suche nach in der

Transliterator::__construct> <Spoofchecker::setChecks
Last updated: Fri, 18 May 2012

view this page in

The Transliterator class

(PHP >= 5.4.0)

Einführung

Transliterator provides transliteration of strings.

Klassenbeschreibung

Transliterator {
/* Konstanten */
const integer FORWARD = 0 ;
const integer REVERSE = 1 ;
/* Eigenschaften */
public $id ;
/* Methoden */
__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 ]] )
}

Eigenschaften

id

Vordefinierte Konstanten

Transliterator::FORWARD

Transliterator::REVERSE

Inhaltsverzeichnis



add a note add a note User Contributed Notes
Transliterator
There are no user contributed notes for this page.

Transliterator::__construct> <Spoofchecker::setChecks
Last updated: Fri, 18 May 2012