<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.pspell.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'ref.pspell.php',
    1 => 'Pspell 函数',
    2 => 'Pspell 函数',
  ),
  'up' => 
  array (
    0 => 'book.pspell.php',
    1 => 'Pspell',
  ),
  'prev' => 
  array (
    0 => 'pspell.constants.php',
    1 => '预定义常量',
  ),
  'next' => 
  array (
    0 => 'function.pspell-add-to-personal.php',
    1 => 'pspell_add_to_personal',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/pspell/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.pspell.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.pspell" class="reference">
 <h1 class="title">Pspell 函数</h1>

 
































































































<h2>目录</h2><ul class="chunklist chunklist_reference"><li><a href="function.pspell-add-to-personal.php">pspell_add_to_personal</a> — Add the word to a personal wordlist</li><li><a href="function.pspell-add-to-session.php">pspell_add_to_session</a> — Add the word to the wordlist in the current session</li><li><a href="function.pspell-check.php">pspell_check</a> — Check a word</li><li><a href="function.pspell-clear-session.php">pspell_clear_session</a> — Clear the current session</li><li><a href="function.pspell-config-create.php">pspell_config_create</a> — Create a config used to open a dictionary</li><li><a href="function.pspell-config-data-dir.php">pspell_config_data_dir</a> — Location of language data files</li><li><a href="function.pspell-config-dict-dir.php">pspell_config_dict_dir</a> — Location of the main word list</li><li><a href="function.pspell-config-ignore.php">pspell_config_ignore</a> — Ignore words less than N characters long</li><li><a href="function.pspell-config-mode.php">pspell_config_mode</a> — Change the mode number of suggestions returned</li><li><a href="function.pspell-config-personal.php">pspell_config_personal</a> — Set a file that contains personal wordlist</li><li><a href="function.pspell-config-repl.php">pspell_config_repl</a> — Set a file that contains replacement pairs</li><li><a href="function.pspell-config-runtogether.php">pspell_config_runtogether</a> — Consider run-together words as valid compounds</li><li><a href="function.pspell-config-save-repl.php">pspell_config_save_repl</a> — Determine whether to save a replacement pairs list
  along with the wordlist</li><li><a href="function.pspell-new.php">pspell_new</a> — Load a new dictionary</li><li><a href="function.pspell-new-config.php">pspell_new_config</a> — Load a new dictionary with settings based on a given config</li><li><a href="function.pspell-new-personal.php">pspell_new_personal</a> — Load a new dictionary with personal wordlist</li><li><a href="function.pspell-save-wordlist.php">pspell_save_wordlist</a> — Save the personal wordlist to a file</li><li><a href="function.pspell-store-replacement.php">pspell_store_replacement</a> — Store a replacement pair for a word</li><li><a href="function.pspell-suggest.php">pspell_suggest</a> — Suggest spellings of a word</li></ul>
</div>
<?php manual_footer($setup); ?>