Searched refs:getArchiveComment (Results 1 – 6 of 6) sorted by relevance
16 echo "Archive comment: " . $z->getArchiveComment() . "\n";35 echo "Archive comment: " . $z->getArchiveComment() . "\n";36 echo "Archive comment (original): " . $z->getArchiveComment(ZIPARCHIVE::FL_UNCHANGED) . "\n";
16 echo $zip->getArchiveComment() . "\n";
51 var_dump($zip->getArchiveComment());
112 public function getArchiveComment(int $flags = 0) {} function in ZipArchive
308 ZEND_METHOD(ZipArchive, getArchiveComment);397 ZEND_ME(ZipArchive, getArchiveComment, arginfo_class_ZipArchive_getArchiveComment, ZEND_ACC_PUBLIC)
2054 PHP_METHOD(ZipArchive, getArchiveComment) argument
Completed in 24 milliseconds