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

#include <codepage.h>

Data Fields

DWORD id
 
DWORD to_w_fl
 
DWORD from_w_fl
 
DWORD char_size
 
char * name
 
char * enc
 
char * desc
 

Detailed Description

Definition at line 33 of file codepage.h.

Field Documentation

◆ char_size

DWORD php_win32_cp::char_size

Definition at line 37 of file codepage.h.

◆ desc

char* php_win32_cp::desc

Definition at line 40 of file codepage.h.

◆ enc

char* php_win32_cp::enc

Definition at line 39 of file codepage.h.

◆ from_w_fl

DWORD php_win32_cp::from_w_fl

Definition at line 36 of file codepage.h.

◆ id

DWORD php_win32_cp::id

Definition at line 34 of file codepage.h.

◆ name

char* php_win32_cp::name

Definition at line 38 of file codepage.h.

◆ to_w_fl

DWORD php_win32_cp::to_w_fl

Definition at line 35 of file codepage.h.


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