PHP 8.5.0 Alpha 4 available for testing

Voting

: max(six, three)?
(Example: nine)

The Note You're Voting On

wacher at freemail dot hu
17 years ago
The workaround above (file_get_contents) is very dangerous if you pack large files. (see memory limit).
Close/open the zip archive periodically instead of using file_get_contents().

<< Back to user notes page

To Top