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

#include <mbfl_encoding.h>

Data Fields

enum mbfl_no_encoding no_encoding
 
const char * name
 
const char * mime_name
 
const char ** aliases
 
const unsigned char * mblen_table
 
unsigned int flag
 
const struct mbfl_convert_vtblinput_filter
 
const struct mbfl_convert_vtbloutput_filter
 
mb_to_wchar_fn to_wchar
 
mb_from_wchar_fn from_wchar
 
mb_check_fn check
 
mb_cut_fn cut
 

Detailed Description

Definition at line 244 of file mbfl_encoding.h.

Field Documentation

◆ aliases

const char** mbfl_encoding::aliases

Definition at line 248 of file mbfl_encoding.h.

◆ check

mb_check_fn mbfl_encoding::check

Definition at line 255 of file mbfl_encoding.h.

◆ cut

mb_cut_fn mbfl_encoding::cut

Definition at line 256 of file mbfl_encoding.h.

◆ flag

unsigned int mbfl_encoding::flag

Definition at line 250 of file mbfl_encoding.h.

◆ from_wchar

mb_from_wchar_fn mbfl_encoding::from_wchar

Definition at line 254 of file mbfl_encoding.h.

◆ input_filter

const struct mbfl_convert_vtbl* mbfl_encoding::input_filter

Definition at line 251 of file mbfl_encoding.h.

◆ mblen_table

const unsigned char* mbfl_encoding::mblen_table

Definition at line 249 of file mbfl_encoding.h.

◆ mime_name

const char* mbfl_encoding::mime_name

Definition at line 247 of file mbfl_encoding.h.

◆ name

const char* mbfl_encoding::name

Definition at line 246 of file mbfl_encoding.h.

◆ no_encoding

enum mbfl_no_encoding mbfl_encoding::no_encoding

Definition at line 245 of file mbfl_encoding.h.

◆ output_filter

const struct mbfl_convert_vtbl* mbfl_encoding::output_filter

Definition at line 252 of file mbfl_encoding.h.

◆ to_wchar

mb_to_wchar_fn mbfl_encoding::to_wchar

Definition at line 253 of file mbfl_encoding.h.


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