enchant_dict_check
単語のスペルが正しいかどうかを調べる
説明
bool enchant_dict_check(EnchantDictionary $dictionary
, string $word
)
パラメータ
-
dictionary
-
enchant_broker_request_dict
または
enchant_broker_request_pwl_dict
によって返される Enchant 辞書。
-
word
-
調べる単語。
戻り値
単語のスペルが正しい場合に true
、
そうでない場合に false
を返します。