Home
last modified time | relevance | path

Searched refs:getArchiveComment (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/zip/examples/
H A Dget_set_comments.php16 echo "Archive comment: " . $z->getArchiveComment() . "\n";
35 echo "Archive comment: " . $z->getArchiveComment() . "\n";
36 echo "Archive comment (original): " . $z->getArchiveComment(ZIPARCHIVE::FL_UNCHANGED) . "\n";
/PHP-8.3/ext/zip/tests/
H A Doo_getcomment.phpt14 echo $zip->getArchiveComment() . "\n";
H A Doo_setcomment.phpt49 var_dump($zip->getArchiveComment());
/PHP-8.3/ext/zip/
H A Dphp_zip.stub.php688 public function getArchiveComment(int $flags = 0): string|false {}
H A Dphp_zip_arginfo.h345 ZEND_METHOD(ZipArchive, getArchiveComment);
439 ZEND_ME(ZipArchive, getArchiveComment, arginfo_class_ZipArchive_getArchiveComment, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2094 PHP_METHOD(ZipArchive, getArchiveComment) argument

Completed in 27 milliseconds