wpdb::db_server_info()
Method: Returns the version of the MySQL server.
Source: wp-includes/class-wpdb.php:3999
Method: Returns the version of the MySQL server.
Source: wp-includes/class-wpdb.php:3999
Method: Quotes an identifier for a MySQL database, e.g. table/field names.
Source: wp-includes/class-wpdb.php:1394
Method: Escapes an identifier value without adding the surrounding quotes.
Source: wp-includes/class-wpdb.php:1412
Method: Logs query data.
Source: wp-includes/class-wpdb.php:2365
Filter Hook: Filters the custom data to log alongside a query.
Source: wp-includes/class-wpdb.php:2380
Method: Gets blog prefix.
Source: wp-includes/class-wpdb.php:1095
Method: Parses the DB_HOST setting to interpret it for mysqli_real_connect().
Source: wp-includes/class-wpdb.php:2070
Method: For string fields, records the maximum string length that field can safely save.
Source: wp-includes/class-wpdb.php:2846
Method: Loads the column metadata from the last query.
Source: wp-includes/class-wpdb.php:3715
Method: Returns an array of WordPress tables.
Source: wp-includes/class-wpdb.php:1144