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

search for in the

Transliterator::createInverse> <Transliterator::create
Last updated: Fri, 20 May 2011

view this page in

Transliterator::createFromRules

transliterator_create_from_rules

(No version information available, might only be in SVN)

Transliterator::createFromRules -- transliterator_create_from_rulesCreate transliterator from rules

Descripción

Estilo orientado a objetos

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

Estilo por procesos

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

Creates a Transliterator from rules.

Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

rules

The rules.

direction

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

Valores devueltos

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

Ver también



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

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