wpdb::_insert_replace_helper()
Method: Helper function for insert and replace.
Source: wp-includes/class-wpdb.php:2534
Method: Helper function for insert and replace.
Source: wp-includes/class-wpdb.php:2534
Method: Real escape using mysqli_real_escape_string().
Source: wp-includes/class-wpdb.php:1293
Method: Do not use, deprecated.
Source: wp-includes/class-wpdb.php:1276
Method: Adds a placeholder escape string, to escape anything that resembles a printf() placeholder.
Source: wp-includes/class-wpdb.php:2429
Method: Wraps errors in a nice header and footer and dies.
Source: wp-includes/class-wpdb.php:3792
Method: Checks if a string is ASCII.
Source: wp-includes/class-wpdb.php:3318
Method: Checks that the connection to the database is still up. If not, try to reconnect.
Source: wp-includes/class-wpdb.php:2119
Method: Determines whether MySQL database is at least the required minimum version.
Source: wp-includes/class-wpdb.php:3851
Method: Checks if the query is accessing a collation considered safe on the current version of MySQL.
Source: wp-includes/class-wpdb.php:3338
Method: Closes the current database connection.
Source: wp-includes/class-wpdb.php:3826