|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <codepage.h>
Data Fields | |
| DWORD | id |
| DWORD | to_w_fl |
| DWORD | from_w_fl |
| DWORD | char_size |
| char * | name |
| char * | enc |
| char * | desc |
Definition at line 33 of file codepage.h.
| DWORD php_win32_cp::char_size |
Definition at line 37 of file codepage.h.
| char* php_win32_cp::desc |
Definition at line 40 of file codepage.h.
| char* php_win32_cp::enc |
Definition at line 39 of file codepage.h.
| DWORD php_win32_cp::from_w_fl |
Definition at line 36 of file codepage.h.
| DWORD php_win32_cp::id |
Definition at line 34 of file codepage.h.
| char* php_win32_cp::name |
Definition at line 38 of file codepage.h.
| DWORD php_win32_cp::to_w_fl |
Definition at line 35 of file codepage.h.