资源简介
利用php实现了网页模板抓取
代码片段和文件信息
error_reporting(0);
/**
* 读取文件
* @param string $filename 路径
* @param bool $isarray 为true则返回array
* @return string/array
*/
function read($filename) {
return file_exists($filename) ? include $filename : array();
}
/**
* 写入文件
* @param string $file 路径
* @param string/array $content 为数组则以return array形式存放
*/
function write($file $content) {
if (is_array($content)) {
$content = ‘‘;
}
file_put_contents($file $content);
}
function rdv($start=0)
{
$config = read($GLOBALS[“cfg“]);
return array_slice($configintval($start));
}
function adv($value)
{
$GLOBALS[“array“][] = $value;
write($GLOBALS[“cfg“]$GLOBALS[“array“]);
}
if(isset($_GET[“url“]))
{
$bu=urldecode($_G
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4159 2014-01-22 16:19 img\bg.png
文件 3026 2014-01-23 16:43 js\index.js
文件 91556 2014-01-22 16:19 js\jquery.min.js
文件 16474 2014-06-30 22:36 index.php
文件 1150 2014-01-22 16:13 favicon.ico
文件 11877 2014-06-30 22:17 css\ba
目录 0 2014-04-08 18:35 img
目录 0 2014-04-08 18:35 js
目录 0 2014-04-08 18:35 css
----------- --------- ---------- ----- ----
128242 9
相关资源
- php 支付宝 在线支付(即时到帐接口)
- php在线学习系统(支持多国语言)
- 在线编译 c#代码
- 使用jQuery+PHP+MySQL来实现在线测试系统
- php 文件在线管理(KodExplorer)
- php在线生成淘口令
- 支付宝 在线支付DEMO(thinkphp 5.3)
- php 问答系统 QA
- php在线浏览文档插件
- 在线微网站制作(php bootstrap制作的微
- php在线文件管理系统源码(elfinder支持
- 六大直播平台在线采集整合源(php)
- php在线书城 thinkphp源码(含数据库脚
- PHP在线评测源码测评系统源码(含数
- PHP+MYSQL在线考试系统,功能强大,高
- 在线网址监控源码
- CodeIgniter框架 php+mysql在线考试系统
- 在线客服聊天系统源码(WeLive5)
- php实现在线考试系统源码
- php微信在线点餐源码
- 最新在线源码交易平台PHP源码
- 在线教育系统eduline商业版.zip
- 基于PHP+MYSQL的在线考试系统
-
PHP在线考试系统PPfr
ame v2.0.20130829. - php在线考试系统
- 基于workerman+php写的在线好友聊天程序
- PHP音乐爬虫脚本 可爬3万首在线歌曲
- PHP在线书签系统
- php在线文件管理系统
评论
共有 条评论