摘要:
安装好php,进入安装目录. zbseoag@ubuntu:/usr/local/php-5.6.28/ext$ ./ext_skel --extname=mytest zbseoag@ubuntu:/usr/local/php-5.6.28/ext$ cd mytest zbseoag@ubunt 阅读全文
摘要:
1 /** 2 * 文件读写类 3 * 读取时,支持跳过N个/行字符然后再读取M个/行字符 4 * 支持每次读取时使用回调函数 5 * 6 * 示例: 7 * $file = new File('a.txt', 'r'); 8 * 9 * $data = $file->limit(0, 10)->getLine(function($line... 阅读全文
摘要:
来源:当初学phalcon框架时,没有php源码,不知道对象有哪些方法,及使用时传递什么参数. 示例:p(class_get_methods('Exception')); 来源:在招聘网站上通过薪资范围进行筛选时,发现并不准确,感觉这确实是个算法问题于是,自己实现了一下. 示例: $range = 阅读全文