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

Method: Sets the connection’s character set.

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

Used by 0 functions | Uses 0 functions

wpdb::show_errors()

Method: Enables showing of database errors.

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

Used by 0 functions | Uses 0 functions

wpdb::update()

Method: Updates a row in the table.

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

Used by 0 functions | Uses 0 functions

wpdb::check_safe_collation()

Method: Checks if the query is accessing a collation considered safe on the current version of MySQL.

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

Used by 0 functions | Uses 0 functions

wpdb::db_version()

Method: Retrieves the database server version.

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

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