Does anyone know how I can check to see if a directory is writeable in PHP?
The function is_writable doesn\'t work for folders.
Edit: It doe
According to the PHP manual is_writable should work fine on directories.