(PHP 8)
enchant_dict_is_added — 判断单词是否存在于当前拼写会话中
$dictionary
$word
判断单词是否已存在于当前会话中。
dictionary
由 enchant_broker_request_dict() 或 enchant_broker_request_pwl_dict() 返回的 Enchant 词典。
word
要查找的单词
如果单词存在则返回 true,否则返回 false
true
false