<?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 => 'ja',
  ),
  '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' => 'ja',
    '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> — ユーザーの単語リストに単語を追加する</li><li><a href="function.pspell-add-to-session.php">pspell_add_to_session</a> — 現在のセッションの単語リストに単語を追加する</li><li><a href="function.pspell-check.php">pspell_check</a> — 単語をチェックする</li><li><a href="function.pspell-clear-session.php">pspell_clear_session</a> — 現在のセッションをクリアする</li><li><a href="function.pspell-config-create.php">pspell_config_create</a> — 辞書をオープンする際に使用する設定を作成する</li><li><a href="function.pspell-config-data-dir.php">pspell_config_data_dir</a> — 言語のデータファイルの場所</li><li><a href="function.pspell-config-dict-dir.php">pspell_config_dict_dir</a> — メイン単語リストの場所</li><li><a href="function.pspell-config-ignore.php">pspell_config_ignore</a> — 長さが N 文字未満の単語を無視する</li><li><a href="function.pspell-config-mode.php">pspell_config_mode</a> — 返される提案の数のモードを変更する</li><li><a href="function.pspell-config-personal.php">pspell_config_personal</a> — 個人の単語リストを保持するファイルを設定する</li><li><a href="function.pspell-config-repl.php">pspell_config_repl</a> — 置換候補を保持するファイルを設定する</li><li><a href="function.pspell-config-runtogether.php">pspell_config_runtogether</a> — 複合語を有効な単語の組み合わせとして考慮する</li><li><a href="function.pspell-config-save-repl.php">pspell_config_save_repl</a> — 単語リストと共に置換リストを保存するかどうかを定義する</li><li><a href="function.pspell-new.php">pspell_new</a> — 新規辞書をロードする</li><li><a href="function.pspell-new-config.php">pspell_new_config</a> — 指定した設定に基づき新規辞書をロードする</li><li><a href="function.pspell-new-personal.php">pspell_new_personal</a> — 個人の単語リストを有する新規辞書をロードする</li><li><a href="function.pspell-save-wordlist.php">pspell_save_wordlist</a> — 個人の単語リストをファイルに保存する</li><li><a href="function.pspell-store-replacement.php">pspell_store_replacement</a> — 単語を置換する組を保存する</li><li><a href="function.pspell-suggest.php">pspell_suggest</a> — 単語のスペルについて修正候補を示す</li></ul>
</div>
<?php manual_footer($setup); ?>