2019年1月21日

nginx下用getallheaders

摘要: if (!function_exists('getallheaders')) { function getallheaders() { foreach ($_SERVER as $name => $value) { if (substr($name, 0, 5) == 'HTTP_') { $hea 阅读全文

posted @ 2019-01-21 17:23 陈可 阅读(361) 评论(0) 推荐(0)

wampser 配置debug需要的参数

摘要: zend_extension="c:/wamp64/bin/php/php7.2.14/zend_ext/php_xdebug-2.6.1-7.2-vc15-x86_64.dll"xdebug.profiler_append = 0xdebug.profiler_enable = 1xdebug.p 阅读全文

posted @ 2019-01-21 11:08 陈可 阅读(153) 评论(0) 推荐(0)

导航