pspell_config_dict_dir

(PHP 5, PHP 7, PHP 8)

pspell_config_dict_dirLocation of the main word list

說明

pspell_config_dict_dir(PSpell\Config $config, string $directory): bool

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

返回值

成功時返回 true, 或者在失敗時返回 false。

更新日志

版本 說明
8.1.0 The config parameter expects an PSpell\Config instance now; previously, a 資源(resource) was expected.