PHP 8.4.24 Released!

Voting

: max(nine, four)?
(Example: nine)

The Note You're Voting On

info at peterhofer dot ch
17 years ago
All these examples will not work if the php script has no write access within the folder. 

Although you may say this is obvious, I found that in this case, $zip->open("name", ZIPARCHIVE::CREATE) doesn't return an error as it might not try to access the file system but rather allocates memory. 

It is only $zip->close() that returns the error. This might cause you seeking at the wrong end.

<< Back to user notes page

To Top