<html>
<head>
<link rel="stylesheet" href="josh.css">
</head>
<body bgcolor="#FFFFFF">
<div id="pspell_add_to_personal"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_add_to_personal </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_add_to_personal(int 
          pspell, string word)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Ajoute un mot &agrave;une liste personnelle</p></td>
    </tr>
  </table>
</div>
<div id="pspell_add_to_session"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_add_to_session </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_add_to_session(int 
          pspell, string word)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Ajoute un mot &agrave;la session en cours</p></td>
    </tr>
  </table>
</div>
<div id="pspell_check"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_check </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_check(int 
          pspell, string word) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie true si le mot est valide</p></td>
    </tr>
  </table>
</div>
<div id="pspell_clear_session"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_clear_session </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_clear_session(int 
          pspell) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Supprime la session en cours</p></td>
    </tr>
  </table>
</div>
<div id="pspell_config_create"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_config_create </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_config_create(string 
          language[, string spelling[, string jargon[, string encoding]]]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Cr&eacute;e une nouvelle configuration &agrave;utiliser par la suite pour cr&eacute;er un gestionnaire</p></td>
    </tr>
  </table>
</div>
<div id="pspell_config_ignore"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_config_ignore </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_config_ignore(int 
          conf, int ignore) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Ignore les mots dont le nombre de caract&egrave;res est inf&eacute;rieur &agrave;celui indiqu&eacute; dans le champ ignorer en dessous de</p></td>
    </tr>
  </table>
</div>
<div id="pspell_config_mode"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_config_mode </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_config_mode(int 
          conf, long mode) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>S&eacute;lectionne un mode de configuration (PSPELL_FAST, PSPELL_NORMAL, or PSPELL_BAD_SPELLERS)
</p></td>
    </tr>
  </table>
</div>
<div id="pspell_config_personal"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_config_personal </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_config_personal(int 
          conf, string personal) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Utilise un dictionnaire personnel pour cette configuration</p></td>
    </tr>
  </table>
</div>
<div id="pspell_config_repl"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_config_repl </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_config_repl(int 
          conf, string repl)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Utilise un dictionnaire personnel avec paires de remplacement pour cette configuration
</p></td>
    </tr>
  </table>
</div>
<div id="pspell_config_runtogether"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_config_runtogether </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_config_runtogether(int 
          conf, bool runtogether)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Consid&egrave;re des mots concommitants comme des composants valides</p></td>
    </tr>
  </table>
</div>
<div id="pspell_config_save_repl"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_config_save_repl </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_config_save_repl(int 
          conf, bool save) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Enregistre les paires de remplacement lorsqu'une liste personnelle est enregistr&eacute;e pour cette configuration
</p></td>
    </tr>
  </table>
</div>
<div id="pspell_new_config"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_new_config </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_new_config(int 
          config)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Charge un dictionnaire en fonction de la configuration consid&eacute;r&eacute;e</p></td>
    </tr>
  </table>
</div>
<div id="pspell_new_personal"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_new_personal </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_new_personal(string 
          personal, string language[, string spelling[, string jargon[, string 
          encoding[, int mode]]]])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Charge un dictionnaire avec une liste de mots personnelle</p></td>
    </tr>
  </table>
</div>
<div id="pspell_new"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_new </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_new(string 
          language[, string spelling[, string jargon[, string encoding[, int mode]]]])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Charge un dictionnaire</p></td>
    </tr>
  </table>
</div>
<div id="pspell_save_wordlist"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_save_wordlist </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_save_wordlist(int 
          pspell)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Enregistre la liste de mot actuelle (personnelle)</p></td>
    </tr>
  </table>
</div>
<div id="pspell_store_replacement"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_store_replacement </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int pspell_store_replacement(int 
          pspell, string misspell, string correct)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Indique un remplacement personnalis&eacute; au dictionnaire</p></td>
    </tr>
  </table>
</div>
<div id="pspell_suggest"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">pspell_suggest </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">array pspell_suggest(int 
          pspell, string word) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie un tableau de suggestions</p></td>
    </tr>
  </table>
</div>
</body>
</html>
