No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

Transliterator::create

transliterator_create

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

Transliterator::create -- transliterator_createCreate a transliterator

PHP: Transliterator::create - Manual Home of Manuel PHP  Contents Haut

Description

Object oriented style

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

Procedural style

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

Opens a Transliterator by id.

Warning

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

PHP: Transliterator::create - Manual Home of Manuel PHP  Contents Haut

Parameters

id

The id.

direction

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

PHP: Transliterator::create - Manual Home of Manuel PHP  Contents Haut

Return Values

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

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph