Forum und email

aspell_new

(PHP 4 <= 4.2.3)

aspell_new — Load a new dictionary [deprecated]

說明

int aspell_new ( string $master [, string $personal ] )

aspell_new() opens up a new dictionary for use with the other aspell functions.

參數

master

Language.

personal

Default to empty string.

Return值

Returns a dictionary link identifier or FALSE on error.

範例

Example#1 aspell_new() Example

<?php
$aspell_link 
aspell_new("english");
?>