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";
14 echo $zip->getArchiveComment() . "\n";
49 var_dump($zip->getArchiveComment());
125 public function getArchiveComment(int $flags = 0): string|false {} function in ZipArchive
321 ZEND_METHOD(ZipArchive, getArchiveComment);410 ZEND_ME(ZipArchive, getArchiveComment, arginfo_class_ZipArchive_getArchiveComment, ZEND_ACC_PUBLIC)
2063 PHP_METHOD(ZipArchive, getArchiveComment) argument
Completed in 19 milliseconds