From b0615875a96a92b5a07c3e4955363ae0cd44137d Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 30 Jan 2005 22:41:49 +0000 Subject: [PATCH] format is described in sprintf git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178565 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/sscanf.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/sscanf.xml b/reference/strings/functions/sscanf.xml index 1b1171be3c..87dbfac9d3 100644 --- a/reference/strings/functions/sscanf.xml +++ b/reference/strings/functions/sscanf.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,8 @@ The function sscanf is the input analog of printf. sscanf reads from the string str and interprets it - according to the specified format. If only + according to the specified format, which is + described in the documentation for sprintf. If only two parameters were passed to this function, 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