TRANSLITERATOR(3) 1 TRANSLITERATOR(3)
The Transliterator class
INTRODUCTION
Transliterator provides transliteration of strings.
CLASS SYNOPSIS
Transliterator
Transliterator
Constants
o const integer$Transliterator::FORWARD0
o const integer$Transliterator::REVERSE1
Properties
o public$id
Methods
o
Transliterator::__construct (void )
o publicstatic Transliterator Transliterator::create (string $id, [int $direction])
o publicstatic Transliterator Transliterator::createFromRules (string $rules, [string $direction])
o public Transliterator Transliterator::createInverse (void )
o public int Transliterator::getErrorCode (void )
o public string Transliterator::getErrorMessage (void )
o publicstatic array Transliterator::listIDs (void )
o public string Transliterator::transliterate (string $subject, [int $start], [int $end])
PROPERTIES
o $id
-
PREDEFINED CONSTANTS
o Transliterator::FORWARD -
o Transliterator::REVERSE -
PHP Documentation Group TRANSLITERATOR(3)