Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/tests/
H A Doo_setcomment_error.phpt24 var_dump($zip->setArchiveComment($longComment));
42 ZipArchive::setArchiveComment(): Argument #1 ($comment) must be less than 65535 bytes
H A Doo_setcomment.phpt32 var_dump($zip->setArchiveComment('archive'));
34 var_dump($zip->setArchiveComment('archive'));
/PHP-8.0/ext/zip/examples/
H A Dget_set_comments.php22 $z->setArchiveComment( 'new archive comment');
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php109 public function setArchiveComment(string $comment) {} function in ZipArchive
H A Dphp_zip_arginfo.h307 ZEND_METHOD(ZipArchive, setArchiveComment);
396 ZEND_ME(ZipArchive, setArchiveComment, arginfo_class_ZipArchive_setArchiveComment, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2027 PHP_METHOD(ZipArchive, setArchiveComment) argument

Completed in 21 milliseconds