Searched refs:zip_entry_filesize (Results 1 – 6 of 6) sorted by relevance
2 zip_entry_filesize() function11 echo zip_entry_filesize($entry)."\n";21 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…26 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…31 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…36 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…
11 $contents = zip_entry_read($entry, zip_entry_filesize($entry));12 if (strlen($contents) == zip_entry_filesize($entry)) {24 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…28 Deprecated: Function zip_entry_filesize() is deprecated since 8.0, use ZipArchive::statIndex() inst…
11 echo $i . ": " . $txt . "size: " . zip_entry_filesize($zip_entry) .
59 function zip_entry_filesize($zip_entry): int|false {} function
315 ZEND_FUNCTION(zip_entry_filesize);
1437 PHP_FUNCTION(zip_entry_filesize) in PHP_FUNCTION() argument
Completed in 32 milliseconds