1.在github高下载wordphp的类
地址:https://github.com/pintobikez/wordphp
2.导入wordphp类
include 'class.wrodphp.php'
3.读取内容
$rt = new WordPHP();
echo $rt->readDocument('1.docx');
4.效果
我把这篇文章的内容做成word文档如下图:
word文档
用代码获取的结果如下图:
结果
5.把稳事变:
中文的WORD文档读取须要把class.wrodphp.php 的末了一行
return iconv(\"大众ISO-8859-1\"大众, \公众UTF-8\"大众, $text);
更换成
return $text;
否则乱码