(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0)
enchant_dict_check — 检查单词拼写是否正确
dictionary
由 enchant_broker_request_dict() 或 enchant_broker_request_pwl_dict() 返回的 Enchant 字典。
word
要检查的单词
版本 | 描述 |
---|---|
8.0.0 |
dictionary 现在期望一个 EnchantDictionary 实例;以前,期望的是一个 资源。 |