wpdb::_insert_replace_helper()
Helper function for insert and replace.
Welcome to the WPPaste WordPress Method index. This page contains a an alphabetically sorted list of methods that are available for use in WordPress. Each method has a brief description of what it does and how it can be used. To find out more about a particular method, simply click on the method name.
Helper function for insert and replace.
Real escape, using mysqli_real_escape_string() or mysql_real_escape_string().
Do not use, deprecated.
Adds a placeholder escape string, to escape anything that resembles a printf() placeholder.
Wraps errors in a nice header and footer and dies.
Checks if a string is ASCII.
Checks that the connection to the database is still up. If not, try to reconnect.
Determines whether MySQL database is at least the required minimum version.
Checks if the query is accessing a collation considered safe on the current version of MySQL.
Closes the current database connection.