Transliterator::createFromRules
transliterator_create_from_rules
(No version information available, might only be in SVN)
Transliterator::createFromRules -- transliterator_create_from_rules — Create transliterator from rules
Descripción
Estilo orientado a objetos
public static Transliterator Transliterator::createFromRules
( string $rules
[, string $direction
] )
Estilo por procesos
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
- Transliterator::getErrorMessage() - Get last error message
- Transliterator::create() - Create a transliterator
There are no user contributed notes for this page.
