|
Transliterator::createFromRulestransliterator_create_from_rulesCreate transliterator from rules DescriptionObject oriented style
public static Transliterator Transliterator::createFromRules
( string
$rules
[, string $direction
] )Procedural style
Transliterator transliterator_create_from_rules
( string
$id
[, int $direction
] )Creates a Transliterator from rules. Warning
This function is currently not documented; only its argument list is available. Parameters
Return Values
Returns a Transliterator object on success,
or See Also
|