(PHP 3>= 3.0.7, PHP 4 >= 4.0.0)
aspell_new -- Carca un nuovo dizionario [deprecated]
Descrizione
int aspell_new
(string master [, string
personal])
aspell_new() apre un nuovo dizionario e
restituisce un puntatore (link) identificatore del dizionario, da utilizzare in altre
funzioni aspell. Restituisce FALSE in caso di errore.
Esempio 1. aspell_new()
$aspell_link = aspell_new("italiano");
|
|