enchant_dict_is_added
現在のセッションに、単語が存在するかどうかを調べる
説明
bool enchant_dict_is_added(EnchantDictionary $dictionary
, string $word
)
パラメータ
-
dictionary
-
enchant_broker_request_dict
または
enchant_broker_request_pwl_dict
によって返される Enchant 辞書。
-
word
-
調べる単語。
戻り値
単語が存在した場合、true
を返します。
存在しない場合、false
を返します。
参考
- enchant_dict_add_to_session