摘要:
]*>/i', $text, $match); //打印出match print_r($match); 阅读全文
摘要:
function listDir($dir = '.'){ if ($handle = opendir($dir)) { while (false !== ($file = readdir($handle))) { if($file == '.' || $f... 阅读全文
摘要:
取脚本扩展名 #测试网址: http://localhost/blog/testurl.php?id=5//获取域名或主机地址 echo $_SERVER['HTTP_HOST'].""; #localhost//获取网页地址 echo $_SERVER['PHP_SELF'].""... 阅读全文
摘要:
写一个函数,算出两个文件的相对路径 阅读全文
摘要:
“数据库升级”打开数据SQL语句输入表单。1、清空数据表supe_robotitems和supe_robotmessages:TRUNCATE TABLE `supe_robotitems`;TRUNCATE TABLE `supe_robotmessages`;这两个表是装载采集内容的,如果要清空... 阅读全文