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