Searched refs:replaceFile (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/zip/tests/ |
H A D | oo_replacefile.phpt | 2 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 D | php_zip.stub.php | 94 …public function replaceFile(string $filepath, int $index, int $start = 0, int $length = 0, int $fl… function in ZipArchive
|
H A D | php_zip_arginfo.h | 302 ZEND_METHOD(ZipArchive, replaceFile); 391 ZEND_ME(ZipArchive, replaceFile, arginfo_class_ZipArchive_replaceFile, ZEND_ACC_PUBLIC)
|
H A D | php_zip.c | 1847 PHP_METHOD(ZipArchive, replaceFile) argument
|
/PHP-8.0/ |
H A D | NEWS | 305 . Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger) 1567 . Add ZipArchive::replaceFile() method. (Remi)
|
H A D | UPGRADING | 995 . ZipArchive::replaceFile to replace an entry content.
|
Completed in 21 milliseconds