From edf90ac05e22df3d04773415138d649e6e28a087 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 18 Apr 2008 06:29:10 +0000 Subject: [PATCH] Fixes #43727 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257786 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fwrite.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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: + + + +]]> + + +