Класс Transliterator

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

Введение

Данный класс предоставляет функционал транслитерации строк.

Обзор классов

Transliterator {
/* Константы */
const int FORWARD = 0 ;
const int REVERSE = 1 ;
/* Свойства */
public $id ;
/* Методы */
private __construct ( )
public static create ( string $id , int $direction = ? ) : Transliterator
public static createFromRules ( string $rules , string $direction = ? ) : Transliterator
public getErrorCode ( ) : int
public getErrorMessage ( ) : string
public static listIDs ( ) : array|false
public transliterate ( string $subject , int $start = ? , int $end = ? ) : string|false
}

Свойства

id

Предопределенные константы

Transliterator::FORWARD

Transliterator::REVERSE

Содержание