(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1.0 )
enchant_dict_add_to_session — 将 'word' 添加到此拼写检查会话
将一个单词添加到给定的字典中。它将仅添加到活动的拼写检查会话中。
dictionary
由 enchant_broker_request_dict() 或 enchant_broker_request_pwl_dict() 返回的 Enchant 字典。
word
要添加的单词
不返回值。
版本 | 描述 |
---|---|
8.0.0 |
dictionary 现在期望一个 EnchantDictionary 实例;以前,期望一个 资源。 |