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: Sets $this->charset and $this->collate.
Source: wp-includes/class-wpdb.php:851
Method: First half of escaping for `LIKE` special characters `%` and `_` before preparing for SQL.
Source: wp-includes/class-wpdb.php:1784
Method: Replaces a row in the table.
Source: wp-includes/class-wpdb.php:2505
Method: Retrieves the maximum string length allowed in a given column.
Source: wp-includes/class-wpdb.php:3229
Method: Determines whether the database or WPDB supports a particular feature.
Source: wp-includes/class-wpdb.php:3920