Transliterator::createFromRules

transliterator_create_from_rules

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

Transliterator::createFromRules -- transliterator_create_from_rulesCreate transliterator from rules

Açıklama

Nesne yönelimli kullanım

public static Transliterator::createFromRules(string $rules, string $direction = ?): Transliterator

Yordamsal kullanım

transliterator_create_from_rules(string $id, int $direction = ?): Transliterator

Creates a Transliterator from rules.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

rules

The rules as defined in Transform Rules Syntax of UTS #35: Unicode LDML.

direction

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

Dönen Değerler

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

Ayrıca Bakınız

add a note add a note

User Contributed Notes

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