downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Transliterator::__construct> <ResourceBundle::getLocales
Last updated: Fri, 20 May 2011

view this page in

The Transliterator class

Introducción

Transliterator provides transliteration of strings.

Clases sinopsis

Transliterator {
/* Constantes */
const integer Transliterator::FORWARD = 0 ;
const integer Transliterator::REVERSE = 1 ;
/* Propiedades */
public $id ;
/* Métodos */
__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 void transliterate ( string $subject [, string $start [, string $end ]] )
}

Propiedades

id

Constantes predefinidas

Transliterator Node Types

Transliterator::FORWARD

Transliterator::REVERSE

Table of Contents



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites