Home
last modified time | relevance | path

Searched refs:setCommentName (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/zip/tests/
H A Doo_setcomment.phpt28 var_dump($zip->setCommentName('entry1.txt', 'entry1.txt'));
29 var_dump($zip->setCommentName('entry2.txt', 'entry2.txt'));
30 var_dump($zip->setCommentName('dir/entry2d.txt', 'dir/entry2d.txt'));
/PHP-5.5/ext/zip/examples/
H A Dcomment.php5 $z->setCommentName('foo', 'Too Comment ' . time());
H A Dget_set_comments.php21 $z->setCommentName('foobar/', 'new comment foobar/');
/PHP-5.5/ext/zip/
H A Dphp_zip.c2057 static ZIPARCHIVE_METHOD(setCommentName) in ZIPARCHIVE_METHOD() argument
2756 ZIPARCHIVE_ME(setCommentName, arginfo_ziparchive_setcommentname, ZEND_ACC_PUBLIC)

Completed in 14 milliseconds