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