<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'book.pspell.php',
    1 => 'Pspell',
    2 => 'Pspell',
  ),
  'up' => 
  array (
    0 => 'refs.international.php',
    1 => 'Unterst&uuml;tzung menschlicher Sprache und Zeichenkodierung',
  ),
  'prev' => 
  array (
    0 => 'function.mb-ucfirst.php',
    1 => 'mb_ucfirst',
  ),
  'next' => 
  array (
    0 => 'pspell.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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">Einführung</h1>
  <div class="warning"><strong class="warning">Warnung</strong>
   <p class="simpara">
    Diese Erweiterung ist seit PHP 8.4.0 <em>DEPRECATED</em>
    (veraltet) und <em>UNBUNDLED</em> (nicht mehr eingebunden).
   </p>
  </div>
  <p class="para">
   Diese Funktionen ermöglichen Ihnen, die Rechtschreibung eines Wortes zu
   prüfen und bieten Änderungsvorschläge an.
  </p>
 </div>
 

 










 





 








 



 




<ul class="chunklist chunklist_book"><li><a href="pspell.setup.php">Installation/Konfiguration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="pspell.requirements.php">Anforderungen</a></li><li><a href="pspell.installation.php">Installation</a></li><li><a href="pspell.resources.php">Ressource-Typen</a></li></ul></li><li><a href="pspell.constants.php">Vordefinierte Konstanten</a></li><li><a href="ref.pspell.php">Pspell Funktionen</a><ul class="chunklist chunklist_book chunklist_children"><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></li><li><a href="class.pspell-dictionary.php">PSpell\Dictionary</a> — The PSpell\Dictionary class</li><li><a href="class.pspell-config.php">PSpell\Config</a> — The PSpell\Config class</li></ul></div><?php manual_footer($setup); ?>