array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.enchant-broker-set-ordering.php', 1 => 'enchant_broker_set_ordering', 2 => 'Declares a preference of dictionaries to use for the language', ), 'up' => array ( 0 => 'ref.enchant.php', 1 => 'Функції Enchant', ), 'prev' => array ( 0 => 'function.enchant-broker-set-dict-path.php', 1 => 'enchant_broker_set_dict_path', ), 'next' => array ( 0 => 'function.enchant-dict-add.php', 1 => 'enchant_dict_add', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/enchant/functions/enchant-broker-set-ordering.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

enchant_broker_set_ordering

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0 )

enchant_broker_set_orderingDeclares a preference of dictionaries to use for the language

Опис

enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool

Declares a preference of dictionaries to use for the language described/referred to by 'tag'. The ordering is a comma delimited list of provider names. As a special exception, the "*" tag can be used as a language tag to declare a default ordering for any language that does not explicitly declare an ordering.

Параметри

broker

Брокер Enchant, якого повертає enchant_broker_init().

tag

Language tag. The special "*" tag can be used as a language tag to declare a default ordering for any language that does not explicitly declare an ordering.

ordering

Comma delimited list of provider names

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

Журнал змін

Версія Опис
8.0.0 broker тепер має бути примірником класу EnchantBroker; раніше очікувався resource.