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
Class:
Source: wp-includes/class-wpdb.php:55
Method: Connects to the database server and selects a database.
Source: wp-includes/class-wpdb.php:768
Method: Makes private properties readable for backward compatibility.
Source: wp-includes/class-wpdb.php:794