輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : filePro 資料庫函式庫"
;
filePro 資料庫函式庫
本函式庫共有 7 個函式
FilePro 由 Personix, Inc. 所發展的資料庫系統,它支援 UNIX 及 DOS 等作業系統。更多的細節可以參考
http://www.fileproplus.com
。目前 PHP 提供的功能僅能讀取 filePro 資料庫,而無法對它做寫入等相關動作。
filepro
:
讀取 FilePro Map 檔。
filepro_fieldname
:
取得欄位名稱。
filepro_fieldtype
:
取得欄位型態。
filepro_fieldwidth
:
取得欄位寬度。
filepro_retrieve
:
取得指定儲存格資料。
filepro_fieldcount
:
取得欄位數目。
filepro_rowcount
:
取得列數目。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>