ClassicPress logo
Skip to content
Filter by type:

Browse:

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

wpdb::get_results()

Method: Retrieves an entire SQL result set from the database (i.e., many rows).

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

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::_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::placeholder_escape()

Method: Generates and returns a placeholder escape string for use in queries returned by ::prepare().

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

Used by 0 functions | Uses 0 functions

wpdb::get_table_charset()

Method: Retrieves the character set for the given table.

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

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

Method: Escapes data. Works on arrays.

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

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::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::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 … 6 7 8 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy