首先输出phpinfo();
找到: PHP logo
PHP Version 5.6.9 PHP版本
Compiler MSVC11 (Visual C++ 2012) 编译平台
Architecture x64 处理器类型。
然后到https://xdebug.org/download/historical 找相应的版本
如上面的就找
PHP 5.6 VC11 (64 bit) 这个下载
thinkPHP 非伪静态方法
m=Cli是目录模块
c=Autodf是类 文件如:AutodfController.class.php
a=query 是方法
id=是参数
/index.php?m=Cli&c=Autodf&a=query&id[0]=111&id[1]=222

LINUX查看文件大小
$ du -h -s --apparent-size mozilla-unified_hg/.hg
3.3G mozilla-unified_hg/.hg
$ du -h -s --apparent-size mozilla-unified_git/.git
3.1G mozilla-unified_git/.git
LINIUX查看文件夹大小
$ du -h -s mozilla-unified_hg/.hg
4.7G mozilla-unified_hg/.hg
$ du -h -s mozilla-unified_git/.git
3.1G mozilla-unified_git/.git