Home > Backend Development > PHP Tutorial > php读取zip诠释

php读取zip诠释

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 12:29:05
Original
877 people have browsed it

php读取zip注释

<code>$za = new ZipArchive();$za->open('0816.tmt');$comment = $za->getArchiveComment();//如果需要转字符串编码$comment= iconv("gbk","UTF-8",$comment);</code>
Copy after login

转载自:http://www.9958.pw/post/php_zip_comment

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
Latest Issues
How to load the comment list through ajax
From 1970-01-01 08:00:00
0
0
0
User comment question
From 1970-01-01 08:00:00
0
0
0
<!-- -->What is the shortcut for this comment?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template