wpdb::init_charset()
Method: Sets $this->charset and $this->collate.
Source: wp-includes/class-wpdb.php:851
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
Method: Determines the best charset and collation to use given a charset and collation.
Source: wp-includes/class-wpdb.php:892
Method: Prints SQL/DB error.
Source: wp-includes/class-wpdb.php:1798
Method: Helper function for insert and replace.
Source: wp-includes/class-wpdb.php:2534
Method: Checks if a string is ASCII.
Source: wp-includes/class-wpdb.php:3318
Method: Retrieves a comma-separated list of the names of the functions that called wpdb.
Source: wp-includes/class-wpdb.php:3977