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

Method: Determines the best charset and collation to use given a charset and collation.

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

Used by 0 functions | Uses 0 functions

wpdb::print_error()

Method: Prints SQL/DB error.

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

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

Method: Checks if a string is ASCII.

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

Used by 0 functions | Uses 0 functions

wpdb::get_caller()

Method: Retrieves a comma-separated list of the names of the functions that called wpdb.

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

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