ClassicPress logo
Skip to content
Filter by type:

Browse:

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

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

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

wpdb::set_sql_mode()

Method: Changes the current SQL mode, and ensures its WordPress compatibility.

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

Used by 0 functions | Uses 0 functions

wpdb::hide_errors()

Method: Disables showing of database errors.

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

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