輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : 程式執行功能函式庫"
;
程式執行功能函式庫
本函式庫共有 4 個函式
escapeshellcmd
:
除去字串中的特殊符號。
exec
:
執行外部程式。
system
:
執行外部程式並顯示輸出資料。
passthru
:
執行外部程式並不加處理輸出資料。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>