Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/tests/
H A Doo_setcomment_error.phpt22 var_dump($zip->setArchiveComment($longComment));
40 ZipArchive::setArchiveComment(): Argument #1 ($comment) must be less than 65535 bytes
H A Doo_setcomment.phpt30 var_dump($zip->setArchiveComment('archive'));
32 var_dump($zip->setArchiveComment('archive'));
/PHP-8.1/ext/zip/examples/
H A Dget_set_comments.php22 $z->setArchiveComment( 'new archive comment');
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php122 public function setArchiveComment(string $comment): bool {} function in ZipArchive
H A Dphp_zip_arginfo.h320 ZEND_METHOD(ZipArchive, setArchiveComment);
409 ZEND_ME(ZipArchive, setArchiveComment, arginfo_class_ZipArchive_setArchiveComment, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2036 PHP_METHOD(ZipArchive, setArchiveComment) argument

Completed in 19 milliseconds