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

#include <mysqlnd_structs.h>

Data Fields

unsigned int nr
 
const char * name
 
const char * collation
 
unsigned int char_minlen
 
unsigned int char_maxlen
 
const char * comment
 
short mb_charlen
 
short mb_valid
 
unsigned int lowest_mb_byte
 

Detailed Description

Definition at line 178 of file mysqlnd_structs.h.

Field Documentation

◆ char_maxlen

unsigned int st_mysqlnd_charset::char_maxlen

Definition at line 184 of file mysqlnd_structs.h.

◆ char_minlen

unsigned int st_mysqlnd_charset::char_minlen

Definition at line 183 of file mysqlnd_structs.h.

◆ collation

const char* st_mysqlnd_charset::collation

Definition at line 182 of file mysqlnd_structs.h.

◆ comment

const char* st_mysqlnd_charset::comment

Definition at line 185 of file mysqlnd_structs.h.

◆ lowest_mb_byte

unsigned int st_mysqlnd_charset::lowest_mb_byte

Definition at line 188 of file mysqlnd_structs.h.

◆ mb_charlen

short st_mysqlnd_charset::mb_charlen

Definition at line 186 of file mysqlnd_structs.h.

◆ mb_valid

short st_mysqlnd_charset::mb_valid

Definition at line 187 of file mysqlnd_structs.h.

◆ name

const char* st_mysqlnd_charset::name

Definition at line 181 of file mysqlnd_structs.h.

◆ nr

unsigned int st_mysqlnd_charset::nr

Definition at line 180 of file mysqlnd_structs.h.


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