Home > Backend Development > PHP Tutorial > 在PHP中怎样打开CHM格式的文件,该怎么解决

在PHP中怎样打开CHM格式的文件,该怎么解决

WBOY
Release: 2016-06-13 13:38:36
Original
1087 people have browsed it

在PHP中怎样打开CHM格式的文件
请问一下,有没有方法可以在PHP中打开CHM格式的文件呢。
谢谢各位了....!

------解决方案--------------------
我不知道有没有php针对chm的操作类。但无论如何,都需要分析chm的文件头格式,你当作二进制文件操作好了。
------解决方案--------------------
直接用exec好了
------解决方案--------------------
你可以先吧CHM编译成HMTL,然后PHP就可以分析了。

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