<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'ref.pspell.php',
    1 => 'Pspell Funktionen',
    2 => 'Pspell Funktionen',
  ),
  'up' => 
  array (
    0 => 'book.pspell.php',
    1 => 'Pspell',
  ),
  'prev' => 
  array (
    0 => 'pspell.constants.php',
    1 => 'Vordefinierte Konstanten',
  ),
  'next' => 
  array (
    0 => 'function.pspell-add-to-personal.php',
    1 => 'pspell_add_to_personal',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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 Funktionen</h1>

 
























































































































































<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_reference"><li><a href="function.pspell-add-to-personal.php">pspell_add_to_personal</a> — F&uuml;gt der pers&ouml;nlichen Wortliste ein Wort hinzu</li><li><a href="function.pspell-add-to-session.php">pspell_add_to_session</a> — F&uuml;gt der Wortliste der aktuellen Sitzung ein Wort hinzu</li><li><a href="function.pspell-check.php">pspell_check</a> — &Uuml;berpr&uuml;ft ein Wort</li><li><a href="function.pspell-clear-session.php">pspell_clear_session</a> — L&ouml;scht die aktuelle Sitzung</li><li><a href="function.pspell-config-create.php">pspell_config_create</a> — Erzeugt eine Konfiguration zum &Ouml;ffnen eines W&ouml;rterbuchs</li><li><a href="function.pspell-config-data-dir.php">pspell_config_data_dir</a> — Ort der Dateien mit den Daten f&uuml;r die Sprachen</li><li><a href="function.pspell-config-dict-dir.php">pspell_config_dict_dir</a> — Ort der Haupt-Wortliste</li><li><a href="function.pspell-config-ignore.php">pspell_config_ignore</a> — Ignoriert W&ouml;rter mit weniger als N Buchstaben</li><li><a href="function.pspell-config-mode.php">pspell_config_mode</a> — &Auml;ndert den Modus f&uuml;r die Anzahl gelieferter Vorschl&auml;ge</li><li><a href="function.pspell-config-personal.php">pspell_config_personal</a> — Legt die Datei fest, die die pers&ouml;nliche Wortliste enth&auml;lt</li><li><a href="function.pspell-config-repl.php">pspell_config_repl</a> — Legt die Datei fest, welche die Ersetzungspaare enth&auml;lt</li><li><a href="function.pspell-config-runtogether.php">pspell_config_runtogether</a> — Betrachtet zusammengesetzte W&ouml;rter als g&uuml;ltige Verbindungen</li><li><a href="function.pspell-config-save-repl.php">pspell_config_save_repl</a> — Bestimmt, ob Ersetzungspaare zusammen mit der Wortliste gespeichert werden</li><li><a href="function.pspell-new.php">pspell_new</a> — L&auml;dt ein neues W&ouml;rterbuch</li><li><a href="function.pspell-new-config.php">pspell_new_config</a> — L&auml;dt ein neues W&ouml;rterbuch mit den Einstellungen einer angegebenen Konfiguration</li><li><a href="function.pspell-new-personal.php">pspell_new_personal</a> — L&auml;dt ein neues W&ouml;rterbuch mit pers&ouml;nlicher Wortliste</li><li><a href="function.pspell-save-wordlist.php">pspell_save_wordlist</a> — Speichert die pers&ouml;nliche Wortliste in einer Datei</li><li><a href="function.pspell-store-replacement.php">pspell_store_replacement</a> — Speichert das Ersetzungspaar f&uuml;r ein Wort</li><li><a href="function.pspell-suggest.php">pspell_suggest</a> — Macht Vorschl&auml;ge f&uuml;r die Schreibweise eines Wortes</li></ul>
</div>
<?php manual_footer($setup); ?>