php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | st_mysqlnd_plugin_charsets |
Macros | |
#define | MYSQLND_UTF8_MB3_DEFAULT_ID 33 |
#define | MYSQLND_UTF8_MB4_DEFAULT_ID 45 |
Functions | |
PHPAPI zend_ulong | mysqlnd_cset_escape_quotes (const MYSQLND_CHARSET *const charset, char *newstr, const char *escapestr, const size_t escapestr_len) |
PHPAPI zend_ulong | mysqlnd_cset_escape_slashes (const MYSQLND_CHARSET *const cset, char *newstr, const char *escapestr, const size_t escapestr_len) |
void | mysqlnd_charsets_plugin_register (void) |
#define MYSQLND_UTF8_MB3_DEFAULT_ID 33 |
Definition at line 22 of file mysqlnd_charset.h.
#define MYSQLND_UTF8_MB4_DEFAULT_ID 45 |
Definition at line 23 of file mysqlnd_charset.h.
Definition at line 1000 of file mysqlnd_charset.c.
PHPAPI zend_ulong mysqlnd_cset_escape_quotes | ( | const MYSQLND_CHARSET *const | charset, |
char * | newstr, | ||
const char * | escapestr, | ||
const size_t | escapestr_len ) |
Definition at line 866 of file mysqlnd_charset.c.
PHPAPI zend_ulong mysqlnd_cset_escape_slashes | ( | const MYSQLND_CHARSET *const | cset, |
char * | newstr, | ||
const char * | escapestr, | ||
const size_t | escapestr_len ) |
Definition at line 905 of file mysqlnd_charset.c.