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, 30 Nov 2012

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

Opis

Styl obiektowy

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

Styl proceduralny

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

Creates a Transliterator from rules.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

rules

The rules.

direction

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

Zwracane wartości

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

Zobacz też:



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