PHP 8.5.0 Alpha 2 available for testing

Voting

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

The Note You're Voting On

TrashF at taistelumarsu dot org
16 years ago
In case you're trying to rmdir() and you keep getting 'Permission denied' errors, make sure you don't have the directory still open after using opendir(). Especially when writing recursive functions for deleting directories, make sure you have closedir() BEFORE rmdir().

<< Back to user notes page

To Top