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: : createFromRules

transliterator _create _from _rules

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

Transliterator::createFromRules -- transliterator_create_from_rulesCreate transliterator from rules

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

Description

Object oriented style

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

Procedural style

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

Creates a Transliterator from rules.

Warning

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

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

Parameters

rules

The rules.

direction

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

PHP: Transliterator::createFromRules - 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