intl
PHP Manual

The Transliterator class

(PHP >= 5.4.0, PECL intl >= 2.0.0)

Wstęp

Transliterator provides transliteration of strings.

Krótki opis klasy

Transliterator {
/* Stałe */
const integer FORWARD = 0 ;
const integer REVERSE = 1 ;
/* Właściwości */
public $id ;
/* Metody */
__construct ( void )
public static Transliterator create ( string $id [, int $direction ] )
public static Transliterator createFromRules ( string $rules [, string $direction ] )
public Transliterator createInverse ( void )
public int getErrorCode ( void )
public string getErrorMessage ( void )
public static array listIDs ( void )
public string transliterate ( string $subject [, int $start [, int $end ]] )
}

Właściwości

id

Stałe predefiniowane

Transliterator::FORWARD

Transliterator::REVERSE

Spis treści


intl
PHP Manual