11 2016 档案
摘要:1.截取字符串 function get_utf8_word($string, $length = 80, $more = 1, $etc = '..') { $strcut = ''; $strLength = 0; // /usd $width = 0; if (strlen($string) > $length) { //将$length换...
阅读全文
摘要: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里面的信息复制到这个网址就...
阅读全文
摘要:echo date('Y-m-d H:i:s', strtotime('-1 days'));
阅读全文

浙公网安备 33010602011771号