php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Static Public Member Functions | |
static | normalize (string $string, int $form=Normalizer::FORM_C) |
static | isNormalized (string $string, int $form=Normalizer::FORM_C) |
static | getRawDecomposition (string $string, int $form=Normalizer::FORM_C) |
Data Fields | |
const int | FORM_D = UNKNOWN |
const int | NFD = UNKNOWN |
const int | FORM_KD = UNKNOWN |
const int | NFKD = UNKNOWN |
const int | FORM_C = UNKNOWN |
const int | NFC = UNKNOWN |
const int | FORM_KC = UNKNOWN |
const int | NFKC = UNKNOWN |
const int | FORM_KC_CF = UNKNOWN |
const int | NFKC_CF = UNKNOWN |
@generate-class-entries
Definition at line 5 of file normalizer.stub.php.
|
static |
@tentative-return-type @alias normalizer_get_raw_decomposition
Definition at line 47 of file normalizer.stub.php.
|
static |
@tentative-return-type @alias normalizer_is_normalized
Definition at line 40 of file normalizer.stub.php.
|
static |
@tentative-return-type @alias normalizer_normalize
Definition at line 34 of file normalizer.stub.php.
const int Normalizer::FORM_C = UNKNOWN |
@cvalue NORMALIZER_FORM_C
Definition at line 16 of file normalizer.stub.php.
const int Normalizer::FORM_D = UNKNOWN |
@cvalue NORMALIZER_FORM_D
Definition at line 8 of file normalizer.stub.php.
const int Normalizer::FORM_KC = UNKNOWN |
@cvalue NORMALIZER_FORM_KC
Definition at line 20 of file normalizer.stub.php.
const int Normalizer::FORM_KC_CF = UNKNOWN |
@cvalue NORMALIZER_FORM_KC_CF
Definition at line 25 of file normalizer.stub.php.
const int Normalizer::FORM_KD = UNKNOWN |
@cvalue NORMALIZER_FORM_KD
Definition at line 12 of file normalizer.stub.php.
const int Normalizer::NFC = UNKNOWN |
@cvalue NORMALIZER_NFC
Definition at line 18 of file normalizer.stub.php.
const int Normalizer::NFD = UNKNOWN |
@cvalue NORMALIZER_NFD
Definition at line 10 of file normalizer.stub.php.
const int Normalizer::NFKC = UNKNOWN |
@cvalue NORMALIZER_NFKC
Definition at line 22 of file normalizer.stub.php.
const int Normalizer::NFKC_CF = UNKNOWN |
@cvalue NORMALIZER_NFKC_CF
Definition at line 27 of file normalizer.stub.php.
const int Normalizer::NFKD = UNKNOWN |
@cvalue NORMALIZER_NFKD
Definition at line 14 of file normalizer.stub.php.