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

search for in the

Transliterator::createInverse> <Transliterator::create
[edit] Last updated: Fri, 17 May 2013

view this page in

Transliterator::createFromRules

transliterator_create_from_rules

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

Transliterator::createFromRules -- transliterator_create_from_rulesCreate transliterator from rules

Beschreibung

Objektorientierter Stil

public static Transliterator Transliterator::createFromRules ( string $rules [, string $direction ] )

Prozeduraler Stil

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

Creates a Transliterator from rules.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

rules

The rules.

direction

The direction, defaults to >Transliterator::FORWARD. May also be set to Transliterator::REVERSE.

Rückgabewerte

Returns a Transliterator object on success, or NULL on failure.

Siehe auch



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

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