';}function save($path){print ;$data = ob_get_contents();ob_end_clean();$this->wirtefile ($path,$data);}function wirtefile ($fn,$data){$fp=fopen($fn,wb);fwrite($fp,$data);fclose($fp);}}?>
复制代码
编辑推荐:php导出word格式文档的实例代码php生成excel或word文档的最简单方法php生成word文档(读取数据库)php使用phpword生成word文档的例子php生成word文件的简单范例php 生成 导出word(可包含图片)的代码php生成word的例子php使用phpword生成word文档