代码如下
01 | <?php |
02 | /** |
03 | * 获取某段时间内修改的文件及结构 |
04 | * |
05 | * @author aboc QQ:9986584 |
06 | * @website http://www.phpec.org |
07 | */ |
08 | header( 'Content-Type:text/html;charset=utf-8' ); |
09 | $savepath = 'F:/lastedit/' ; |
10 | if (isset... |
代码如下
01 | <?php |
02 | /** |
03 | * 获取某段时间内修改的文件及结构 |
04 | * |
05 | * @author aboc QQ:9986584 |
06 | * @website http://www.phpec.org |
07 | */ |
08 | header( 'Content-Type:text/html;charset=utf-8' ); |
09 | $savepath = 'F:/lastedit/' ; |
10 | if (isset... |