Searched refs:setArchiveComment (Results 1 – 6 of 6) sorted by relevance
24 var_dump($zip->setArchiveComment($longComment));42 ZipArchive::setArchiveComment(): Argument #1 ($comment) must be less than 65535 bytes
32 var_dump($zip->setArchiveComment('archive'));34 var_dump($zip->setArchiveComment('archive'));
22 $z->setArchiveComment( 'new archive comment');
109 public function setArchiveComment(string $comment) {} function in ZipArchive
307 ZEND_METHOD(ZipArchive, setArchiveComment);396 ZEND_ME(ZipArchive, setArchiveComment, arginfo_class_ZipArchive_setArchiveComment, ZEND_ACC_PUBLIC)
2027 PHP_METHOD(ZipArchive, setArchiveComment) argument
Completed in 23 milliseconds