
PHP
会编程的大白熊
专长:
超过10年的PYTHON开发经验
精通PHP、go、rust 语言
展开
-
关于doitphp,thinkphp,yii,ci,doophp等框架的性能对比测试
转载: http://www.tommycode.com/2011/07/16/%E5%85%B3%E4%BA%8Edoitphpthinkphpyiicidoophpqeephp%E7%AD%89%E6%A1%86%E6%9E%B6%E7%9A%84%E6%80%A7%E8%83%BD%E5%AF%B9%E6%AF%94%E6%B5%8B%E8%AF%95/ “Never guess,转载 2012-02-18 18:23:22 · 2534 阅读 · 0 评论 -
身份证最后一位校验码PHP版
<? /** * 身份证最后一位算法PHP版 * * @param string $str 身份证的前17位 * @return 最后一位 */ function getLastNumber($str){ $factor = array(7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2); // 前17位的权重 $c = array(1,0,'X',转载 2012-02-20 21:41:12 · 994 阅读 · 0 评论