diff --git a/reference/filesystem/functions/fwrite.xml b/reference/filesystem/functions/fwrite.xml index e4c5412f37..a847491d5a 100644 --- a/reference/filesystem/functions/fwrite.xml +++ b/reference/filesystem/functions/fwrite.xml @@ -1,5 +1,5 @@ - + fwrite @@ -89,6 +89,26 @@ interruption. + + + If writing twice to the file pointer, then the data will be appended to + the end of the file content, meaning that the example below wouldn't work + as expected: + + + +]]> + + +