didou Sun Jan 30 17:41:50 2005 EDT
Modified files: /phpdoc/en/reference/strings/functions sscanf.xml Log: format is described in sprintf http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/sscanf.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/reference/strings/functions/sscanf.xml diff -u phpdoc/en/reference/strings/functions/sscanf.xml:1.12 phpdoc/en/reference/strings/functions/sscanf.xml:1.13 --- phpdoc/en/reference/strings/functions/sscanf.xml:1.12 Wed Nov 10 03:30:46 2004 +++ phpdoc/en/reference/strings/functions/sscanf.xml Sun Jan 30 17:41:49 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.33 --> <refentry id="function.sscanf"> <refnamediv> @@ -20,7 +20,8 @@ The function <function>sscanf</function> is the input analog of <function>printf</function>. <function>sscanf</function> reads from the string <parameter>str</parameter> and interprets it - according to the specified <parameter>format</parameter>. If only + according to the specified <parameter>format</parameter>, which is + described in the documentation for <function>sprintf</function>. 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