Transliterator::create

transliterator_create

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

Transliterator::create -- transliterator_createCreate a transliterator

˵��

���������

public static Transliterator::create ( string $id [, int $direction ] ) : Transliterator

���̻����

transliterator_create ( string $id [, int $direction ] ) : Transliterator

Opens a Transliterator by id.

Warning

��������δ��д�ĵ������в����б�

����

id

The id.

direction

The direction, defaults to >Transliterator::FORWARD. May also be set to Transliterator::REVERSE.

����ֵ

Returns a Transliterator object on success, or NULL on failure.

�μ�