<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.enchant.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'ref.enchant.php',
    1 => 'Fonctions Enchant',
    2 => 'Fonctions Enchant',
  ),
  'up' => 
  array (
    0 => 'book.enchant.php',
    1 => 'Enchant',
  ),
  'prev' => 
  array (
    0 => 'enchant.examples.php',
    1 => 'Exemples',
  ),
  'next' => 
  array (
    0 => 'function.enchant-broker-describe.php',
    1 => 'enchant_broker_describe',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/enchant/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.enchant.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.enchant" class="reference">
 <h1 class="title">Fonctions Enchant</h1>

 
































































































































































<h2>Sommaire</h2><ul class="chunklist chunklist_reference"><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>
</div>
<?php manual_footer($setup); ?>