01 2019 档案
摘要:root@homestead:/etc/php/7.1/fpm/conf.d# vim 20-xdebug.ini zend_extension=xdebug.so xdebug.remote_enable = 1 xdebug.remote_connect_back = 1 ;xdebug.rem
阅读全文
摘要:$filename="文件名称" //直接输出到浏览器 ob_end_flush(); header('Content-Type: application/vnd.ms-excel'); header('Content-Disposition: attachment;filename="'.$fil
阅读全文