ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Methods
  • Page 381

wpdb::get_var()

Method: Retrieves one variable from the database.

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

Used by 0 functions | Uses 0 functions

wpdb::has_cap()

Method: Determines whether the database or WPDB supports a particular feature.

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

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

Method: Sets $this->charset and $this->collate.

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

Used by 0 functions | Uses 0 functions

wpdb::insert()

Method: Inserts a row into the table.

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

Used by 0 functions | Uses 0 functions

wpdb::load_col_info()

Method: Loads the column metadata from the last query.

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

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

wpdb::parse_db_host()

Method: Parses the DB_HOST setting to interpret it for mysqli_real_connect().

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

Used by 0 functions | Uses 0 functions

wpdb::placeholder_escape()

Method: Generates and returns a placeholder escape string for use in queries returned by ::prepare().

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

Used by 0 functions | Uses 0 functions

wpdb::prepare()

Method: Prepares a SQL query for safe execution.

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

Used by 0 functions | Uses 0 functions
« Previous 1 … 380 381 382 … 384 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy