Home
last modified time | relevance | path

Searched refs:replaceFile (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/zip/tests/
H A Doo_replacefile.phpt2 ziparchive::replaceFile() function
18 if ($zip->replaceFile($dirname . 'utils.inc', 5)) {
21 if (!$zip->replaceFile($dirname . 'utils.inc', 0)) {
24 if (!$zip->replaceFile($dirname . 'utils.inc', 2, 12, 42)) {
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php107 …public function replaceFile(string $filepath, int $index, int $start = 0, int $length = 0, int $fl… function in ZipArchive
H A Dphp_zip_arginfo.h315 ZEND_METHOD(ZipArchive, replaceFile);
404 ZEND_ME(ZipArchive, replaceFile, arginfo_class_ZipArchive_replaceFile, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1856 PHP_METHOD(ZipArchive, replaceFile) argument
/PHP-8.1/
H A DNEWS1271 . Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger)

Completed in 28 milliseconds