Transliterator::createFromRules

transliterator_create_from_rules

(PHP >= 5.4.0, PECL intl >= 2.0.0)

Transliterator::createFromRules -- transliterator_create_from_rulesCreate transliterator from rules

Опис

Об'єктно-орієнтований стиль

public static Transliterator Transliterator::createFromRules ( string $rules [, string $direction ] )

Процедурний стиль

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

Creates a Transliterator from rules.

Увага

This function is currently not documented; only its argument list is available.

Параметри

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.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top