WPS零基础入门到精通全套教程!
全网最新最细最实用WPS零基础入门到精通全套教程!带你真正掌握WPS办公! 内含Excel基础操作、函数设计、数据透视表等
PHPExcel文件导出出现找不到该文件,求救高手!
环境:freeBSD服务器,PHP+MySQL
问题:做了一个excel导出功能,在windows本地与Linux测试环境都没有问题,在线上freeBSD出现找不到该文件。
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> $file_name = isset($_GET['exam_caption']) && !empty($_GET['exam_caption']) ? $_GET['exam_caption'] : time().mt_rand(1000, 9999); $outputFileName = iconv ( 'UTF-8', 'gb2312', $file_name . '.xlsx' ); header ( 'Pragma:public' ); header ( 'Expires:0' ); header ( 'Cache-Control:must-revalidate,post-check=0,pre-check=0' ); header ( 'Content-Type:application/force-download' ); header ( 'Content-Type:application/vnd.ms-excel' ); header ( 'Content-Type:application/octet-stream' ); header ( 'Content-Type:application/download' ); header ( 'Content-Disposition:attachment;filename=' . $outputFileName ); header ( 'Content-Transfer-Encoding:binary' ); $objWriter->save ( 'php://output' );
php免费学习视频:立即学习
踏上前端学习之旅,开启通往精通之路!从前端基础到项目实战,循序渐进,一步一个脚印,迈向巅峰!
已抢7204个
抢已抢94855个
抢已抢14826个
抢已抢52068个
抢已抢194763个
抢已抢87280个
抢