ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Methods
  • Page 378

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

Method: Checks if a string is ASCII.

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

Used by 0 functions | Uses 0 functions

wpdb::check_connection()

Method: Checks that the connection to the database is still up. If not, try to reconnect.

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

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

Method: Closes the current database connection.

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

Used by 0 functions | Uses 0 functions

wpdb::db_connect()

Method: Connects to and selects database.

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

Used by 0 functions | Uses 0 functions

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

Method: Retrieves the database server version.

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

Used by 0 functions | Uses 0 functions

wpdb::delete()

Method: Deletes a row in the table.

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

Used by 0 functions | Uses 0 functions
« Previous 1 … 377 378 379 … 383 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy