Warning: file_put_contents(): Only -1 of 49 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
aspell_new Manuál PHP Předcházející Další (PHP 3 >= 3.0.7, 4 <= 4.2.3) aspell_new -- Načíst nový slovník Popis int ( string master [, personal] ) aspell_new() otev...
Forum und email
aspell_new

aspell_new

(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)

aspell_new -- Načíst nový slovník

Popis

int aspell_new ( string master [, string personal] )

aspell_new() otevře nový slovník, a vrátí identifikátor spojení na tento slovník využitelný s dalšími aspell funkcemi.

Příklad 1. aspell_new()

$aspell_link=aspell_new ("english");