php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Normalizer Class Reference

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
 

Detailed Description

@generate-class-entries

Definition at line 5 of file normalizer.stub.php.

Member Function Documentation

◆ getRawDecomposition()

static Normalizer::getRawDecomposition ( string $string,
int $form = Normalizer::FORM_C )
static

@tentative-return-type @alias normalizer_get_raw_decomposition

Definition at line 47 of file normalizer.stub.php.

◆ isNormalized()

static Normalizer::isNormalized ( string $string,
int $form = Normalizer::FORM_C )
static

@tentative-return-type @alias normalizer_is_normalized

Definition at line 40 of file normalizer.stub.php.

◆ normalize()

static Normalizer::normalize ( string $string,
int $form = Normalizer::FORM_C )
static

@tentative-return-type @alias normalizer_normalize

Definition at line 34 of file normalizer.stub.php.

Field Documentation

◆ FORM_C

const int Normalizer::FORM_C = UNKNOWN

@cvalue NORMALIZER_FORM_C

Definition at line 16 of file normalizer.stub.php.

◆ FORM_D

const int Normalizer::FORM_D = UNKNOWN

@cvalue NORMALIZER_FORM_D

Definition at line 8 of file normalizer.stub.php.

◆ FORM_KC

const int Normalizer::FORM_KC = UNKNOWN

@cvalue NORMALIZER_FORM_KC

Definition at line 20 of file normalizer.stub.php.

◆ FORM_KC_CF

const int Normalizer::FORM_KC_CF = UNKNOWN

@cvalue NORMALIZER_FORM_KC_CF

Definition at line 25 of file normalizer.stub.php.

◆ FORM_KD

const int Normalizer::FORM_KD = UNKNOWN

@cvalue NORMALIZER_FORM_KD

Definition at line 12 of file normalizer.stub.php.

◆ NFC

const int Normalizer::NFC = UNKNOWN

@cvalue NORMALIZER_NFC

Definition at line 18 of file normalizer.stub.php.

◆ NFD

const int Normalizer::NFD = UNKNOWN

@cvalue NORMALIZER_NFD

Definition at line 10 of file normalizer.stub.php.

◆ NFKC

const int Normalizer::NFKC = UNKNOWN

@cvalue NORMALIZER_NFKC

Definition at line 22 of file normalizer.stub.php.

◆ NFKC_CF

const int Normalizer::NFKC_CF = UNKNOWN

@cvalue NORMALIZER_NFKC_CF

Definition at line 27 of file normalizer.stub.php.

◆ NFKD

const int Normalizer::NFKD = UNKNOWN

@cvalue NORMALIZER_NFKD

Definition at line 14 of file normalizer.stub.php.


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