輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : 目錄管理函式庫"
;
目錄管理函式庫
本函式庫共有 6 個函式
chdir
:
改變目錄。
dir
:
目錄類別物件。
closedir
:
關閉目錄 handle。
opendir
:
開啟目錄 handle。
readdir
:
讀取目錄 handle。
rewinddir
:
重設目錄 handle。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>