Php/docs/class.transliterator

From Get docs

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

Introduction

Transliterator provides transliteration of strings.


Class synopsis


Transliterator {

/* Constants */

const int FORWARD = 0

const int REVERSE = 1

/* Properties */

public $id

/* Methods */

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

}

Properties

id


Predefined Constants

Transliterator::FORWARD
Transliterator::REVERSE


Table of Contents