<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.international.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'book.pspell.php',
    1 => 'Pspell',
    2 => 'Pspell',
  ),
  'up' => 
  array (
    0 => 'refs.international.php',
    1 => '自然言語および文字エンコーディング',
  ),
  'prev' => 
  array (
    0 => 'function.mb-ucfirst.php',
    1 => 'mb_ucfirst',
  ),
  'next' => 
  array (
    0 => 'pspell.setup.php',
    1 => 'インストール/設定',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/pspell/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.pspell.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.pspell" class="book">
 
 <h1 class="title">Pspell</h1>

 
 <div id="intro.pspell" class="preface">
  <h1 class="title">はじめに</h1>
  <div class="warning"><strong class="warning">警告</strong>
   <p class="simpara">
    この拡張モジュールは、PHP 8.4.0 以降では<em>非推奨</em>となり、PHP にも<em>バンドルされません</em>。
   </p>
  </div>
  <p class="para">
   これらの関数により、単語のスペルチェックを行い、修正案を提案させる
   ことが可能となります。
  </p>
 </div>
 

 









 





 







 





 






<ul class="chunklist chunklist_book"><li><a href="pspell.setup.php">インストール/設定</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="pspell.requirements.php">要件</a></li><li><a href="pspell.installation.php">インストール手順</a></li><li><a href="pspell.resources.php">リソース型</a></li></ul></li><li><a href="pspell.constants.php">定義済み定数</a></li><li><a href="ref.pspell.php">Pspell 関数</a><ul class="chunklist chunklist_book chunklist_children"><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></li><li><a href="class.pspell-dictionary.php">PSpell\Dictionary</a> — PSpell\Dictionary クラス</li><li><a href="class.pspell-config.php">PSpell\Config</a> — PSpell\Config クラス</li></ul></div><?php manual_footer($setup); ?>