From c8c2554e5a8b292d84f57663387bab21a955d821 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 9 Aug 2002 09:30:32 +0000 Subject: [PATCH] fix for bug #18827 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91368 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fflush.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/filesystem/functions/fflush.xml b/reference/filesystem/functions/fflush.xml index c337cd64ec..4a2e16e076 100644 --- a/reference/filesystem/functions/fflush.xml +++ b/reference/filesystem/functions/fflush.xml @@ -1,5 +1,5 @@ - + @@ -14,9 +14,8 @@ This function forces a write of all buffered output to the - to the resource pointed to by the file handle - fp. Returns &true; if successful, &false; - otherwise. + resource pointed to by the file handle fp. + Returns &true; if successful, &false; otherwise. The file pointer must be valid, and must point to a file