ClassicPress logo
Skip to content
Filter by type:

Browse:

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

wpdb::db_server_info()

Method: Returns the version of the MySQL server.

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

Used by 0 functions | Uses 0 functions

wpdb::quote_identifier()

Method: Quotes an identifier for a MySQL database, e.g. table/field names.

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

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

Method: Logs query data.

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

Used by 0 functions | Uses 0 functions

log_query_custom_data

Filter Hook: Filters the custom data to log alongside a query.

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

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

Method: Escapes data. Works on arrays.

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

Used by 0 functions | Uses 0 functions
1 2 … 8 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy