For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2005 > cvs: phpdoc /en/reference/strings/functions sscanf.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/strings/functions sscanf.xml
Mehdi Achour

2005-01-30, 8:55 pm

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/...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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com