輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : 拼字檢查函式庫"
;
拼字檢查函式庫
本函式庫共有 4 個函式
在使用這個函式前,需要先到
http://metalab.unc.edu/kevina/aspell
取回所需的拼字檢查函式館 aspell library。
aspell_new
:
載入一個新的字典。
aspell_check
:
檢查一個單字。
aspell_check_raw
:
檢查一個單字,即使拼錯也不改變或修正。
aspell_suggest
:
檢查一個單字,並提供拼字建議。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>