摘要:
* 从Packagist上搜索需要的包 https://packagist.org/ * 通过composer下载依赖包 * 使用composer自动加载器, 编写scan.php * input csv: ../data/urls.csv output: * 在Linux终端输出带颜色的文字的方法 阅读全文
摘要:
取第5列,去掉开头结尾的引号,匹配以http://, https://, ftp://开头的行 * awk * php input: ../data/t_video.csv output: ../data/url.csv SplFileObject http://php.net/manual/en/ 阅读全文
摘要:
字节码缓存能存储预先编译好的php代码 * 如果是自己编译PHP 编译好后 php.ini /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20170718 警告: 如果使用 Xdebug, php.ini文件必须 阅读全文
摘要:
* 在array_map()函数中使用闭包 Array( [0] => 2 [1] => 3 [2] => 4) * 使用use关键字附加闭包的状态 Clay, get me some sweet tea! * 使用bindTo方法附加闭包的状态 阅读全文
摘要:
* 使用生成器处理csv文件 input: ../data/t_video.csv output: Generator: 阅读全文
摘要:
windows ~/.emacs mac ~/.emacs 阅读全文
摘要:
The right way /dev/hell Code Response.php 接口 demo: modern-php/├── data│ └── stream.txt└── interface ├── CommandOutputDocument.php ├── DocumentStore.ph 阅读全文