輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : URL 處理函式庫"
;
URL 處理函式庫
本函式庫共有 5 個函式
parse_url
:
剖析 URL 字串。
urldecode
:
還原 URL 編碼字串。
urlencode
:
將字串以 URL 編碼。
base64_encode
:
將字串以 BASE64 編碼。
base64_decode
:
將 BASE64 編碼字串解碼。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>