Forum und email

aspell_new

(PHP 4 <= 4.2.3)

aspell_new — 載入一個新的字典

Description

int aspell_new ( string $master , string $personal )

aspell_new() 打開一個新字典並傳回該字典的標號以供其他的 aspell 函數使用。

Example#1 aspell_new()

$aspell_link=aspell_new ("english");