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