11 2016 档案

摘要:1.截取字符串 function get_utf8_word($string, $length = 80, $more = 1, $etc = '..') { $strcut = ''; $strLength = 0; // /usd $width = 0; if (strlen($string) > $length) { //将$length换... 阅读全文
posted @ 2016-11-11 11:21 伊人世界 阅读(192) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/jsn521/p/3399997.html 如果extension_dir 里面配置了插件库的路径 zend_extension = "php_xdebug-2.4.1-5.6-vc11-x86_64.dll" 就可以不用写全路径了 https://xdebug.org/wizard.php 将 phpinfo里面的信息复制到这个网址就... 阅读全文
posted @ 2016-11-08 12:32 伊人世界 阅读(207) 评论(0) 推荐(0)
摘要:echo date('Y-m-d H:i:s', strtotime('-1 days')); 阅读全文
posted @ 2016-11-08 10:42 伊人世界 阅读(111) 评论(0) 推荐(0)

Fork me on GitHub