ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • 4.2.0
  • Page 5

wpdb::process_fields()

Method: Processes arrays of field/value pairs and field formats.

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

Used by 0 functions | Uses 0 functions

wpdb::process_field_formats()

Method: Prepares arrays of value/format pairs as passed to wpdb CRUD methods.

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

Used by 0 functions | Uses 0 functions

wpdb::process_field_charsets()

Method: Adds field charsets to field/value/format arrays generated by wpdb::process_field_formats().

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

Used by 0 functions | Uses 0 functions

wpdb::get_table_charset()

Method: Retrieves the character set for the given table.

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

Used by 0 functions | Uses 0 functions

pre_get_table_charset

Filter Hook: Filters the table charset value before the DB is checked.

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

Used by 0 functions | Uses 0 functions

wpdb::get_col_charset()

Method: Retrieves the character set for the given column.

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

Used by 0 functions | Uses 0 functions

pre_get_col_charset

Filter Hook: Filters the column charset value before the DB is checked.

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

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_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::strip_invalid_text()

Method: Strips any invalid characters based on value/charset pairs.

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

Used by 0 functions | Uses 0 functions
« Previous 1 … 4 5 6 … 13 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy