php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | php_win32_cp |
Macros | |
#define | PW32CP __declspec(dllimport) |
#define | PHP_WIN32_CP_IGNORE_LEN (0) |
#define | PHP_WIN32_CP_IGNORE_LEN_P ((size_t *)-1) |
#define | php_win32_cp_setup() |
#define | php_win32_cp_update() |
#define | php_win32_cp_cli_setup() |
#define | php_win32_cp_cli_update() |
#define | php_win32_cp_cli_restore() |
#define | php_win32_cp_utf8_to_w(in) |
#define | php_win32_cp_cur_to_w(in) |
#define | php_win32_cp_ascii_to_w(in) |
#define | php_win32_cp_w_to_utf8(in) |
#define | php_win32_cp_w_to_cur(in) |
#define | php_win32_cp_any_to_w(in) |
#define | php_win32_cp_w_to_any(in) |
#define | PHP_WIN32_CP_W_TO_ANY_ARRAY(aw, aw_len, aa, aa_len) |
#define | PHP_WIN32_CP_FREE_ARRAY(a, a_len) |
#define php_win32_cp_any_to_w | ( | in | ) |
Definition at line 115 of file codepage.h.
#define php_win32_cp_ascii_to_w | ( | in | ) |
Definition at line 68 of file codepage.h.
#define php_win32_cp_cli_restore | ( | ) |
Definition at line 58 of file codepage.h.
#define php_win32_cp_cli_setup | ( | ) |
Definition at line 55 of file codepage.h.
#define php_win32_cp_cli_update | ( | ) |
Definition at line 56 of file codepage.h.
#define php_win32_cp_cur_to_w | ( | in | ) |
Definition at line 66 of file codepage.h.
Definition at line 139 of file codepage.h.
#define PHP_WIN32_CP_IGNORE_LEN (0) |
Definition at line 30 of file codepage.h.
#define PHP_WIN32_CP_IGNORE_LEN_P ((size_t *)-1) |
Definition at line 31 of file codepage.h.
#define php_win32_cp_setup | ( | ) |
Definition at line 45 of file codepage.h.
#define php_win32_cp_update | ( | ) |
Definition at line 47 of file codepage.h.
#define php_win32_cp_utf8_to_w | ( | in | ) |
Definition at line 64 of file codepage.h.
#define php_win32_cp_w_to_any | ( | in | ) |
Definition at line 124 of file codepage.h.
#define PHP_WIN32_CP_W_TO_ANY_ARRAY | ( | aw, | |
aw_len, | |||
aa, | |||
aa_len ) |
Definition at line 126 of file codepage.h.
#define php_win32_cp_w_to_cur | ( | in | ) |
Definition at line 73 of file codepage.h.
#define php_win32_cp_w_to_utf8 | ( | in | ) |
Definition at line 71 of file codepage.h.
#define PW32CP __declspec(dllimport) |
Definition at line 27 of file codepage.h.
PW32CP const struct php_win32_cp * php_win32_cp_cli_do_restore | ( | DWORD | id | ) |
Definition at line 571 of file codepage.c.
PW32CP const struct php_win32_cp * php_win32_cp_cli_do_setup | ( | DWORD | id | ) |
Definition at line 546 of file codepage.c.
PW32CP wchar_t * php_win32_cp_conv_ascii_to_w | ( | const char * | in, |
size_t | in_len, | ||
size_t * | out_len ) |
Definition at line 106 of file codepage.c.
PW32CP wchar_t * php_win32_cp_conv_cur_to_w | ( | const char * | in, |
size_t | in_len, | ||
size_t * | out_len ) |
Definition at line 87 of file codepage.c.
PW32CP char * php_win32_cp_conv_from_w | ( | DWORD | out_cp, |
DWORD | flags, | ||
const wchar_t * | in, | ||
size_t | in_len, | ||
size_t * | out_len ) |
Definition at line 303 of file codepage.c.
PW32CP wchar_t * php_win32_cp_conv_to_w | ( | DWORD | in_cp, |
DWORD | flags, | ||
const char * | in, | ||
size_t | in_len, | ||
size_t * | out_len ) |
Definition at line 96 of file codepage.c.
PW32CP wchar_t * php_win32_cp_conv_utf8_to_w | ( | const char * | in, |
size_t | in_len, | ||
size_t * | out_len ) |
Definition at line 82 of file codepage.c.
PW32CP char * php_win32_cp_conv_w_to_cur | ( | const wchar_t * | in, |
size_t | in_len, | ||
size_t * | out_len ) |
Definition at line 294 of file codepage.c.
PW32CP char * php_win32_cp_conv_w_to_utf8 | ( | const wchar_t * | in, |
size_t | in_len, | ||
size_t * | out_len ) |
Definition at line 289 of file codepage.c.
PW32CP const struct php_win32_cp * php_win32_cp_do_setup | ( | const char * | enc | ) |
Definition at line 497 of file codepage.c.
PW32CP const struct php_win32_cp * php_win32_cp_do_update | ( | const char * | enc | ) |
Definition at line 526 of file codepage.c.
PW32CP wchar_t * php_win32_cp_env_any_to_w | ( | const char * | env | ) |
Definition at line 428 of file codepage.c.
PW32CP const struct php_win32_cp * php_win32_cp_get_by_enc | ( | const char * | enc | ) |
Definition at line 364 of file codepage.c.
PW32CP const struct php_win32_cp * php_win32_cp_get_by_id | ( | DWORD | id | ) |
Definition at line 338 of file codepage.c.
PW32CP const struct php_win32_cp * php_win32_cp_get_current | ( | void | ) |
Definition at line 328 of file codepage.c.
PW32CP const struct php_win32_cp * php_win32_cp_get_orig | ( | void | ) |
Definition at line 333 of file codepage.c.
PW32CP const struct php_win32_cp * php_win32_cp_set_by_id | ( | DWORD | id | ) |
Definition at line 407 of file codepage.c.
PW32CP const struct php_win32_cp * php_win32_cp_shutdown | ( | void | ) |
Definition at line 540 of file codepage.c.
Definition at line 423 of file codepage.c.