php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <mysqlnd_charset.h>
Data Fields | ||
const struct st_mysqlnd_plugin_header | plugin_header | |
struct { | ||
const MYSQLND_CHARSET *(*const find_charset_by_nr )(unsigned int charsetnr) | ||
const MYSQLND_CHARSET *(*const find_charset_by_name )(const char *const name) | ||
zend_ulong(*const escape_quotes )(const MYSQLND_CHARSET *const cset, char *newstr, const char *escapestr, const size_t escapestr_len) | ||
zend_ulong(*const escape_slashes )(const MYSQLND_CHARSET *const cset, char *newstr, const char *escapestr, const size_t escapestr_len) | ||
} | methods | |
Definition at line 31 of file mysqlnd_charset.h.
zend_ulong(*const st_mysqlnd_plugin_charsets::escape_quotes) (const MYSQLND_CHARSET *const cset, char *newstr, const char *escapestr, const size_t escapestr_len) |
Definition at line 38 of file mysqlnd_charset.h.
zend_ulong(*const st_mysqlnd_plugin_charsets::escape_slashes) (const MYSQLND_CHARSET *const cset, char *newstr, const char *escapestr, const size_t escapestr_len) |
Definition at line 39 of file mysqlnd_charset.h.
const MYSQLND_CHARSET *(*const st_mysqlnd_plugin_charsets::find_charset_by_name) (const char *const name) |
Definition at line 37 of file mysqlnd_charset.h.
const MYSQLND_CHARSET *(*const st_mysqlnd_plugin_charsets::find_charset_by_nr) (unsigned int charsetnr) |
Definition at line 36 of file mysqlnd_charset.h.
struct { ... } st_mysqlnd_plugin_charsets::methods |
const struct st_mysqlnd_plugin_header st_mysqlnd_plugin_charsets::plugin_header |
Definition at line 33 of file mysqlnd_charset.h.