enchant_dict_is_added

(PHP 8)

enchant_dict_is_added現在のセッションに、単語が存在するかどうかを調べる

説明

enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool

現在のセッションに、指定された単語が存在するかを調べる。

パラメータ

dictionary

enchant_broker_request_dict() または enchant_broker_request_pwl_dict() によって返される Enchant 辞書。

word

調べる単語。

戻り値

単語が存在した場合、true を返します。 存在しない場合、false を返します。

変更履歴

バージョン 説明
8.0.0 dictionary は、EnchantDictionary クラスのインスタンスを期待するようになりました。 これより前のバージョンでは、リソース が期待されていました。

参考

add a note add a note

User Contributed Notes

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