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

search for in the

Transliterator::createFromRules> <Transliterator::__construct
[edit] Last updated: Fri, 17 May 2013

view this page in

Transliterator::create

transliterator_create

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

Transliterator::create -- transliterator_createCrée un Transliterator

Description

Style orienté objet

public static Transliterator Transliterator::create ( string $id [, int $direction ] )

Style procédural

Transliterator transliterator_create ( string $id [, int $direction ] )

Ouvre un Transliterator par son identifiant.

Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Liste de paramètres

id

L'identifiant.

direction

La direction, par défaut >Transliterator::FORWARD. Peut également être défini à Transliterator::REVERSE.

Valeurs de retour

Retourne un objet Transliterator en cas de succès, ou NULL si une erreur survient.

Voir aussi



add a note add a note User Contributed Notes Transliterator::create - [0 notes]
There are no user contributed notes for this page.

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