ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Methods
  • Page 378

wpdb::_insert_replace_helper()

Method: Helper function for insert and replace.

Source: wp-includes/class-wpdb.php:2534

Used by 0 functions | Uses 0 functions

wpdb::_real_escape()

Method: Real escape using mysqli_real_escape_string().

Source: wp-includes/class-wpdb.php:1293

Used by 0 functions | Uses 0 functions

wpdb::_weak_escape()

Method: Do not use, deprecated.

Source: wp-includes/class-wpdb.php:1276

Used by 0 functions | Uses 0 functions

wpdb::add_placeholder_escape()

Method: Adds a placeholder escape string, to escape anything that resembles a printf() placeholder.

Source: wp-includes/class-wpdb.php:2429

Used by 0 functions | Uses 0 functions

wpdb::bail()

Method: Wraps errors in a nice header and footer and dies.

Source: wp-includes/class-wpdb.php:3792

Used by 0 functions | Uses 0 functions

wpdb::check_ascii()

Method: Checks if a string is ASCII.

Source: wp-includes/class-wpdb.php:3318

Used by 0 functions | Uses 0 functions

wpdb::check_connection()

Method: Checks that the connection to the database is still up. If not, try to reconnect.

Source: wp-includes/class-wpdb.php:2119

Used by 0 functions | Uses 0 functions

wpdb::check_database_version()

Method: Determines whether MySQL database is at least the required minimum version.

Source: wp-includes/class-wpdb.php:3851

Used by 0 functions | Uses 0 functions

wpdb::check_safe_collation()

Method: Checks if the query is accessing a collation considered safe on the current version of MySQL.

Source: wp-includes/class-wpdb.php:3338

Used by 0 functions | Uses 0 functions

wpdb::close()

Method: Closes the current database connection.

Source: wp-includes/class-wpdb.php:3826

Used by 0 functions | Uses 0 functions
« Previous 1 … 377 378 379 … 384 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy