(PHP >= 5.4.0, PECL intl >= 2.0.0)
Transliterator::createFromRules -- transliterator_create_from_rules — Create transliterator from rules
Estilo orientado à objeto
$rules
[, string $direction
] )Estilo procedural
Creates a Transliterator from rules.
Esta função não está documentada; somente a lista de argumentos está disponível.
rules
The rules.
direction
The direction, defaults to >Transliterator::FORWARD. May also be set to Transliterator::REVERSE.
Returns a Transliterator object on success,
or NULL
on failure.