php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
st_mysqlnd_plugin_charsets Struct Reference

#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 
 

Detailed Description

Definition at line 31 of file mysqlnd_charset.h.

Field Documentation

◆ escape_quotes

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.

◆ escape_slashes

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.

◆ find_charset_by_name

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.

◆ find_charset_by_nr

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]

struct { ... } st_mysqlnd_plugin_charsets::methods

◆ plugin_header

const struct st_mysqlnd_plugin_header st_mysqlnd_plugin_charsets::plugin_header

Definition at line 33 of file mysqlnd_charset.h.


The documentation for this struct was generated from the following file: