码迷,mamicode.com
首页 > Web开发 > 详细

如何将PHP网页导出为Word文件

时间:2018-02-09 20:34:36      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:gpo   临时文件   渲染   toc   word   post   数据   模板   content   

                #将本地临时文件渲染数据
                $file = $protocol_info[‘src‘] . ‘/‘ . ‘baiqishi‘;
                $content = $this->fetch($file . ‘.html‘);//替换成模板渲染
                $wordFile = $protocol_info[‘src‘] . ‘/files/‘ . $run_id . ‘.html‘;
                $fh = fopen($wordFile, "w+");
                fwrite($fh, $content);
                ob_clean();
                fclose($fh);//关闭句柄很重要

 

 

如何将PHP网页导出为Word文件

标签:gpo   临时文件   渲染   toc   word   post   数据   模板   content   

原文地址:https://www.cnblogs.com/wangfenphph2/p/8436123.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!