| 
 | pspell_newLoad a new dictionary Description
   int pspell_new
    ( string  $language[, string$spelling[, string$jargon[, string$encoding[, int$mode= 0
  ]]]] )pspell_new opens up a new dictionary and returns the dictionary link identifier for use in other pspell functions. For more information and examples, check out inline manual pspell website:» http://aspell.net/. Parameters
 
 Return Values
   Returns the dictionary link identifier on success or  Examples
 Example #1 pspell_new 
<?php |