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.

参见