php 输出到word乱码 如何解决

WBOY
Release: 2016-06-02 11:30:57
Original
1144 people have browsed it

phpword乱码

<code> <?phpclass Word{      function start(){          ob_start(); //打开输出控制缓冲          echo '<html xmlns:o="urn:schemas-microsoft-com:office:office"';          echo 'xmlns:w="urn:schemas-microsoft-com:office:word"';          echo 'xmlns="http://www.w3.org/TR/REC-html40">';      }      function save($path){          echo "</code>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template