php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
comment.php
Go to the documentation of this file.
1
<?php
2
$z
=
new
ZipArchive
;
3
$z
->open(
'test_with_comment.zip'
);
4
// Add "Foo Comment" as comment for the foo entry
5
$z
->setCommentName(
'foo'
,
'Too Comment '
.
time
());
6
$z
->close();
$z
$z
Definition
addglob.php:3
ZipArchive
Definition
php_zip.stub.php:68
time
time()
Definition
php_date.stub.php:136
ext
zip
examples
comment.php
Generated on Sat Aug 23 2025 01:46:12 for php-internal-docs by
1.13.2