array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'function.pspell-config-dict-dir.php', 1 => 'pspell_config_dict_dir', 2 => 'Location of the main word list', ), 'up' => array ( 0 => 'ref.pspell.php', 1 => 'Pspell 函数', ), 'prev' => array ( 0 => 'function.pspell-config-data-dir.php', 1 => 'pspell_config_data_dir', ), 'next' => array ( 0 => 'function.pspell-config-ignore.php', 1 => 'pspell_config_ignore', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/pspell/functions/pspell-config-dict-dir.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

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

警告

本函数还未编写文档,仅有参数列表。

返回值

成功时返回 true, 或者在失败时返回 false

更新日志

版本 说明
8.1.0 The config parameter expects an PSpell\Config instance now; previously, a resource was expected.