(PHP >= 5.4.0, PECL intl >= 2.0.0)
Create transliterator from rules
public static Transliterator Transliterator::createFromRules ( string $rules [, string $direction ] )
Object oriented style
Procedural style
Creates a Transliterator from rules.
Parameters:
rules
The rules.
direction
The direction, defaults to >Transliterator::FORWARD. May also be set to Transliterator::REVERSE.
Returns:
Returns a Transliterator object on success, or NULL
on failure.
This function is currently not documented; only its argument list is available.
See also:
Please login to continue.