|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "converter.h"#include "zend_exceptions.h"#include <unicode/utypes.h>#include <unicode/utf8.h>#include <unicode/utf16.h>#include <unicode/ucnv.h>#include <unicode/ustring.h>#include "../intl_error.h"#include "../intl_common.h"#include "converter_arginfo.h"Go to the source code of this file.
Data Structures | |
| struct | _php_converter_object |
Macros | |
| #define | Z_INTL_CONVERTER_P(zv) |
| #define | CONV_GET(pzv) |
| #define | THROW_UFAILURE(obj, fname, error) |
| #define | TARGET_CHECK(cnvargs, needed) |
| #define | UCNV_REASON_CASE(v) |
Typedefs | |
| typedef struct _php_converter_object | php_converter_object |
Functions | |
| PHP_METHOD (UConverter, toUCallback) | |
| PHP_METHOD (UConverter, fromUCallback) | |
| PHP_METHOD (UConverter, setSourceEncoding) | |
| PHP_METHOD (UConverter, setDestinationEncoding) | |
| PHP_METHOD (UConverter, getSourceEncoding) | |
| PHP_METHOD (UConverter, getDestinationEncoding) | |
| PHP_METHOD (UConverter, getSourceType) | |
| PHP_METHOD (UConverter, getDestinationType) | |
| PHP_METHOD (UConverter, __construct) | |
| PHP_METHOD (UConverter, setSubstChars) | |
| PHP_METHOD (UConverter, getSubstChars) | |
| PHP_METHOD (UConverter, reasonText) | |
| PHP_METHOD (UConverter, convert) | |
| PHP_METHOD (UConverter, transcode) | |
| PHP_METHOD (UConverter, getErrorCode) | |
| PHP_METHOD (UConverter, getErrorMessage) | |
| PHP_METHOD (UConverter, getAvailable) | |
| PHP_METHOD (UConverter, getAliases) | |
| PHP_METHOD (UConverter, getStandards) | |
| int | php_converter_minit (INIT_FUNC_ARGS) |
| #define CONV_GET | ( | pzv | ) |
Definition at line 45 of file converter.c.
| #define TARGET_CHECK | ( | cnvargs, | |
| needed ) |
Definition at line 150 of file converter.c.
Definition at line 46 of file converter.c.
Definition at line 682 of file converter.c.
Definition at line 40 of file converter.c.
| typedef struct _php_converter_object php_converter_object |
| int php_converter_minit | ( | INIT_FUNC_ARGS | ) |
Definition at line 966 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| __construct | ) |
Definition at line 533 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| convert | ) |
Definition at line 706 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| fromUCallback | ) |
Definition at line 124 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| getAliases | ) |
Definition at line 835 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| getAvailable | ) |
Definition at line 818 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| getDestinationEncoding | ) |
Definition at line 467 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| getDestinationType | ) |
Definition at line 502 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| getErrorCode | ) |
Definition at line 793 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| getErrorMessage | ) |
Definition at line 803 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| getSourceEncoding | ) |
Definition at line 460 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| getSourceType | ) |
Definition at line 495 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| getStandards | ) |
Definition at line 869 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| getSubstChars | ) |
Definition at line 597 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| reasonText | ) |
Definition at line 683 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| setDestinationEncoding | ) |
Definition at line 431 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| setSourceEncoding | ) |
Definition at line 424 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| setSubstChars | ) |
Definition at line 556 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| toUCallback | ) |
Definition at line 107 of file converter.c.
| PHP_METHOD | ( | UConverter | , |
| transcode | ) |
Definition at line 733 of file converter.c.