M
→Error Checking: fix comment
M (Formatting, {{Programming/Navigation}} automation) |
M (→Error Checking: fix comment) |
||
// But might want to create the file instead
$handle = @ fopen($file, 'x'); // Still need to error-check
if(!$handle) {
echo 'PHP does not have permission to create a file in the current directory.';
|