/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
zip
/
examples
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/zip/examples/comment.php
<?php $z = new ZipArchive; $z->open('test_with_comment.zip'); // Add "Foo Comment" as comment for the foo entry $z->setCommentName('foo', 'Too Comment ' . time()); $z->close();
Copyright ©2k19 -
Hexid
|
Tex7ure