「PHP Programming/Files」の版間の差分

M
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.';
匿名利用者