ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/class-wpdb.php
  • Page 4

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::escape_by_ref()

Method: Escapes content by reference for insertion into the database, for security.

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

Used by 0 functions | Uses 0 functions

wpdb::remove_placeholder_escape()

Method: Removes the placeholder escape strings from a query.

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

Used by 0 functions | Uses 0 functions

wpdb::get_col_charset()

Method: Retrieves the character set for the given column.

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

Used by 0 functions | Uses 0 functions

wpdb::supports_collation()

Method: Determines whether the database supports collation.

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

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::prepare()

Method: Prepares a SQL query for safe execution.

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

Used by 0 functions | Uses 0 functions

wpdb::insert()

Method: Inserts a row into the table.

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

Used by 0 functions | Uses 0 functions

pre_get_col_charset

Filter Hook: Filters the column charset value before the DB is checked.

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

Used by 0 functions | Uses 0 functions

wpdb::get_charset_collate()

Method: Retrieves the database character collate.

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

Used by 0 functions | Uses 0 functions
« Previous 1 … 3 4 5 … 8 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy