Transliterator::createFromRules

(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

Transliterator transliterator_create_from_rules ( string $id [, int $direction ] )

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:

Transliterator::getErrorMessage() -

Transliterator::create() -

doc_php
2016-02-24 15:57:53
Comments
Leave a Comment

Please login to continue.