From 319872d97508de620db3bd18ad6e1368c9c088f2 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 18 Aug 2010 02:07:54 +0000 Subject: [PATCH] - Fixed typo on SplFileObject::fscanf return value section git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302421 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/splfileobject/fscanf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/splfileobject/fscanf.xml b/reference/spl/splfileobject/fscanf.xml index 9137f4e016..035cd800ad 100644 --- a/reference/spl/splfileobject/fscanf.xml +++ b/reference/spl/splfileobject/fscanf.xml @@ -51,7 +51,7 @@ &reftitle.returnvalues; - If only two parameters were passed to this method, the values parsed will be + If only one parameter were passed to this method, the values parsed will be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values. The optional parameters must be passed by reference.