PHP 8.5.0 Alpha 4 available for testing

Voting

: min(zero, nine)?
(Example: nine)

The Note You're Voting On

jayarjo
15 years ago
It is not obvious, since there are no noticeable examples around, but you can use $localname (second parameter) to define and control file/directory structure inside the zip. Use it if you do not want files to be included with their absolute directory tree.

<?php

$zip
->addFile($abs_path, $relative_path);

?>

<< Back to user notes page

To Top