From 56c718d1efac7ae65ba4d05585c68b6bad84c445 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 7 Nov 2008 09:57:12 +0000 Subject: [PATCH] Read whole lines (bug #44674) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268472 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fscanf.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/fscanf.xml b/reference/filesystem/functions/fscanf.xml index 7dd19e6b59..d11d34cb97 100644 --- a/reference/filesystem/functions/fscanf.xml +++ b/reference/filesystem/functions/fscanf.xml @@ -1,5 +1,5 @@ - + fscanf @@ -26,6 +26,9 @@ stream. This means that even a tab \t in the format string can match a single space character in the input stream. + + Each call to fscanf reads one line from the file. +