wpdb::parse_db_host()
Method: Parses the DB_HOST setting to interpret it for mysqli_real_connect().
Source: wp-includes/class-wpdb.php:2070
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
Method: Checks that the connection to the database is still up. If not, try to reconnect.
Source: wp-includes/class-wpdb.php:2119
Method: Retrieves one variable from the database.
Source: wp-includes/class-wpdb.php:2882
Method: Retrieves column metadata from the last query.
Source: wp-includes/class-wpdb.php:3739
Method: Selects a database using the current or provided database connection.
Source: wp-includes/class-wpdb.php:1214
Method: Performs a database query, using current database connection.
Source: wp-includes/class-wpdb.php:2203
Method: Retrieves one row from the database.
Source: wp-includes/class-wpdb.php:2916