php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
mysqlnd_charset.h File Reference

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)
 

Macro Definition Documentation

◆ MYSQLND_UTF8_MB3_DEFAULT_ID

#define MYSQLND_UTF8_MB3_DEFAULT_ID   33

Definition at line 22 of file mysqlnd_charset.h.

◆ MYSQLND_UTF8_MB4_DEFAULT_ID

#define MYSQLND_UTF8_MB4_DEFAULT_ID   45

Definition at line 23 of file mysqlnd_charset.h.

Function Documentation

◆ mysqlnd_charsets_plugin_register()

void mysqlnd_charsets_plugin_register ( void )

Definition at line 1000 of file mysqlnd_charset.c.

◆ mysqlnd_cset_escape_quotes()

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.

◆ mysqlnd_cset_escape_slashes()

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.