Forum und email

aspell_new

(PHP 4 <= 4.2.3)

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.

Example#1 aspell_new()

<?
$aspell_link 
aspell_new("italiano");
?>