PHP Conference Japan 2024

enchant_dict_is_added

(PHP 8)

enchant_dict_is_added判断单词是否存在于当前拼写会话中

描述

enchant_dict_is_added(EnchantDictionary $dictionary, string $word): bool

判断单词是否已存在于当前会话中。

参数

dictionary

enchant_broker_request_dict()enchant_broker_request_pwl_dict() 返回的 Enchant 词典。

word

要查找的单词

返回值

如果单词存在则返回 true,否则返回 false

变更日志

版本 描述
8.0.0 dictionary 现在需要一个 EnchantDictionary 实例;之前需要一个 资源

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top