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: Makes private properties un-settable for backward compatibility.
Source: wp-includes/class-wpdb.php:842
Method: Prepares a SQL query for safe execution.
Source: wp-includes/class-wpdb.php:1473
Method: Inserts a row into the table.
Source: wp-includes/class-wpdb.php:2475
Filter Hook: Filters the column charset value before the DB is checked.
Source: wp-includes/class-wpdb.php:3176
Method: Retrieves the database character collate.
Source: wp-includes/class-wpdb.php:3884