Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/tests/
H A Doo_replacefile.phpt2 ziparchive::replaceFile() function
20 if ($zip->replaceFile($dirname . 'utils.inc', 5)) {
23 if (!$zip->replaceFile($dirname . 'utils.inc', 0)) {
26 if (!$zip->replaceFile($dirname . 'utils.inc', 2, 12, 42)) {
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php94 …public function replaceFile(string $filepath, int $index, int $start = 0, int $length = 0, int $fl… function in ZipArchive
H A Dphp_zip_arginfo.h302 ZEND_METHOD(ZipArchive, replaceFile);
391 ZEND_ME(ZipArchive, replaceFile, arginfo_class_ZipArchive_replaceFile, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1847 PHP_METHOD(ZipArchive, replaceFile) argument
/PHP-8.0/
H A DNEWS305 . Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger)
1567 . Add ZipArchive::replaceFile() method. (Remi)
H A DUPGRADING995 . ZipArchive::replaceFile to replace an entry content.

Completed in 26 milliseconds