Skip to content

Commit

Permalink
restore reference/filesystem/functions/fwrite.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManueldG committed Feb 12, 2025
1 parent 64f1b5c commit 20b7287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/filesystem/functions/fwrite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if (is_writable($filename)) {
echo "Successo, scritto ($somecontent) nel file ($filename)";
fclose($handle);
fclose($fp);
} else {
echo "Il file $filename non è scrivibile";
Expand Down

0 comments on commit 20b7287

Please sign in to comment.