ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Methods
  • Page 377

wpdb::__isset()

Method: Makes private properties check-able for backward compatibility.

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

Used by 0 functions | Uses 0 functions

wpdb::__set()

Method: Makes private properties settable for backward compatibility.

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

Used by 0 functions | Uses 0 functions

wpdb::__unset()

Method: Makes private properties un-settable for backward compatibility.

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

Used by 0 functions | Uses 0 functions

wpdb::_do_query()

Method: Internal function to perform the mysqli_query() call.

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

Used by 0 functions | Uses 0 functions

wpdb::_escape()

Method: Escapes data. Works on arrays.

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

Used by 0 functions | Uses 0 functions

wpdb::_escape_identifier_value()

Method: Escapes an identifier value without adding the surrounding quotes.

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

Used by 0 functions | Uses 0 functions

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
« Previous 1 … 376 377 378 … 383 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy