Voting

: min(eight, five)?
(Example: nine)

The Note You're Voting On

omikrosys at gmail dot com
15 years ago
Sometimes you would face situations in which rmdir($dirname) would give "permission denied" errors though you may have changed $dirname permissions. In such situations just change the permissions of the directory which contains $dirname and rmdir($dirname) would work like a charm.
Say you use rmdir('dirr'); then change the permissions of the folder that contains 'dirr'.

<< Back to user notes page

To Top