<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'book.enchant.php',
    1 => 'Enchant',
    2 => 'Biblioth&egrave;que d\'orthographe Enchant',
  ),
  'up' => 
  array (
    0 => 'refs.international.php',
    1 => 'Support du langage humain et de l\'encodage de caract&egrave;res',
  ),
  'prev' => 
  array (
    0 => 'refs.international.php',
    1 => 'Support du langage humain et de l\'encodage de caract&egrave;res',
  ),
  'next' => 
  array (
    0 => 'enchant.setup.php',
    1 => 'Installation/Configuration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/enchant/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.enchant.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.enchant" class="book">
 
 <h1 class="title">Bibliothèque d&#039;orthographe Enchant</h1>
 

 
 <div id="intro.enchant" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="simpara">
   Enchant est la liaison PHP de la
   <a href="https://rrthomas.github.io/enchant/" class="link external">&raquo;&nbsp;bibliothèque Enchant</a>. Enchant
   fournit une uniformité et une conformité pour toutes les bibliothèques
   d&#039;orthographe, et implémente certaines fonctionnalités qui peuvent
   faire défaut dans une bibliothèque. Tout doit &quot;juste fonctionner&quot;.
  </p>
  <p class="para">
   Enchant supporte les bibliothèques suivantes :
   <ul class="itemizedlist">
    <li class="listitem">
     <span class="simpara">
      <code class="literal">Aspell/Pspell (prévu pour remplacer Ispell)</code>
     </span>
    </li>
    <li class="listitem">
     <span class="simpara">
      <code class="literal">Ispell (très ancien, peut être considéré comme un standard)</code>
     </span>
    </li>
    <li class="listitem">
     <span class="simpara">
      <code class="literal">MySpell/Hunspell (un projet orienté objet, également utilisé par Mozilla)</code>
     </span>
    </li>
    <li class="listitem">
     <span class="simpara">
      <code class="literal">Uspell (prévu à l&#039;origine pour le yiddish, l&#039;hébreu et les langues
       d&#039;Europe de l&#039;Est - hébergé dans le CVS d&#039;AbiWord sous le module &quot;uspell&quot;)</code>
     </span>
    </li>
    <li class="listitem">
     <span class="simpara">
      <code class="literal">Hspell (Hébreu)</code>
     </span>
    </li>
    <li class="listitem">
     <span class="simpara">
      <code class="literal">AppleSpell (Mac OSX)</code>
     </span>
    </li>
   </ul>
  </p>
 </div>
 

 







 






 










 








 






 







<ul class="chunklist chunklist_book"><li><a href="enchant.setup.php">Installation/Configuration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="enchant.requirements.php">Pr&eacute;-requis</a></li><li><a href="enchant.installation.php">Installation</a></li><li><a href="enchant.resources.php">Types de ressources</a></li></ul></li><li><a href="enchant.constants.php">Constantes pr&eacute;-d&eacute;finies</a></li><li><a href="enchant.examples.php">Exemples</a></li><li><a href="ref.enchant.php">Fonctions Enchant</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.enchant-broker-describe.php">enchant_broker_describe</a> — &Eacute;num&egrave;re les fournisseurs Enchant</li><li><a href="function.enchant-broker-dict-exists.php">enchant_broker_dict_exists</a> — V&eacute;rifie si un dictionnaire existe</li><li><a href="function.enchant-broker-free.php">enchant_broker_free</a> — Lib&egrave;re la ressource de sponsor ainsi que ses dictionnaires</li><li><a href="function.enchant-broker-free-dict.php">enchant_broker_free_dict</a> — Lib&egrave;re une ressource de dictionnaire</li><li><a href="function.enchant-broker-get-dict-path.php">enchant_broker_get_dict_path</a> — R&eacute;cup&egrave;re le chemin du dossier pour un backend fourni</li><li><a href="function.enchant-broker-get-error.php">enchant_broker_get_error</a> — Retourne la derni&egrave;re erreur d'un sponsor</li><li><a href="function.enchant-broker-init.php">enchant_broker_init</a> — Cr&eacute;e un nouvel objet broker</li><li><a href="function.enchant-broker-list-dicts.php">enchant_broker_list_dicts</a> — Retourne une liste de tous les dictionnaires disponibles</li><li><a href="function.enchant-broker-request-dict.php">enchant_broker_request_dict</a> — Cr&eacute;e un nouveau dictionnaire</li><li><a href="function.enchant-broker-request-pwl-dict.php">enchant_broker_request_pwl_dict</a> — Cr&eacute;e un dictionnaire en utilisant un fichier PWL</li><li><a href="function.enchant-broker-set-dict-path.php">enchant_broker_set_dict_path</a> — D&eacute;finit le chemin du dossier pour un backend fourni</li><li><a href="function.enchant-broker-set-ordering.php">enchant_broker_set_ordering</a> — D&eacute;clare une pr&eacute;f&eacute;rence pour un dictionnaire d'une langue</li><li><a href="function.enchant-dict-add.php">enchant_dict_add</a> — Ajoute un mot &agrave; une liste de mots personnelle</li><li><a href="function.enchant-dict-add-to-personal.php">enchant_dict_add_to_personal</a> — Alias de enchant_dict_add</li><li><a href="function.enchant-dict-add-to-session.php">enchant_dict_add_to_session</a> — Ajoute un mot &agrave; la session courante</li><li><a href="function.enchant-dict-check.php">enchant_dict_check</a> — V&eacute;rifie si un mot est correctement orthographi&eacute;</li><li><a href="function.enchant-dict-describe.php">enchant_dict_describe</a> — D&eacute;crit un dictionnaire</li><li><a href="function.enchant-dict-get-error.php">enchant_dict_get_error</a> — Retourne la derni&egrave;re erreur de la session courante</li><li><a href="function.enchant-dict-is-added.php">enchant_dict_is_added</a> — Que le 'mot' existe ou non dans cette session d'orthographe</li><li><a href="function.enchant-dict-is-in-session.php">enchant_dict_is_in_session</a> — Alias de enchant_dict_is_added</li><li><a href="function.enchant-dict-quick-check.php">enchant_dict_quick_check</a> — V&eacute;rifie si le mot est correctement orthographi&eacute; et fournit des suggestions</li><li><a href="function.enchant-dict-store-replacement.php">enchant_dict_store_replacement</a> — Ajoute une orthographe pour un mot</li><li><a href="function.enchant-dict-suggest.php">enchant_dict_suggest</a> — Retourne une liste de valeurs si aucune des conditions n'est r&eacute;unie</li></ul></li><li><a href="class.enchantbroker.php">EnchantBroker</a> — La classe EnchantBroker</li><li><a href="class.enchantdictionary.php">EnchantDictionary</a> — La classe EnchantDictionary</li></ul></div><?php manual_footer($setup); ?>