VI. Aspell 函數(已廢棄)

簡介

可以用 aspell() 函數對某個單詞進行拼字檢查並給出正確的拼字建議。

注: 該增加已經被從 PHP 中移除,在 PHP 4.3.0 及以後的版本不再有效。若果想用 PHP 進行拼字檢查,請使用 pspell。它使用 pspell 庫,並且能夠和更新版本的 aspell 一起工作。

需求

aspell 僅工作於非常舊(.27.* 及以前)版本的 aspell 庫。無論是該模組,或是那些舊版本的 aspell 均不再被支援。若果需要 aspell 庫,可以在 http://aspell.sourceforge.net/ 找到。

安裝

在 PHP 4 中,本類函數僅在 PHP 編譯時配置了 --with-aspell=[DIR] 時可用。

參見

參見 pspell

目錄
aspell_check_raw --  Check a word without changing its case or trying to trim it [deprecated]
aspell_check -- Check a word [deprecated]
aspell_new -- Load a new dictionary [deprecated]
aspell_suggest -- Suggest spellings of a word [deprecated]