betz Tue Sep 16 17:19:28 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fscanf.xml
Log:
hint for format parameter
Index: phpdoc/en/reference/filesystem/functions/fscanf.xml
diff -u phpdoc/en/reference/filesystem/functions/fscanf.xml:1.9
phpdoc/en/reference/filesystem/functions/fscanf.xml:1.10
--- phpdoc/en/reference/filesystem/functions/fscanf.xml:1.9 Mon Jun 16 08:57:32
2003
+++ phpdoc/en/reference/filesystem/functions/fscanf.xml Tue Sep 16 17:19:28 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fscanf">
<refnamediv>
@@ -18,12 +18,12 @@
The function <function>fscanf</function> is similar to
<function>sscanf</function>, but it takes its input from a file
associated with <parameter>handle</parameter> and interprets the
- input according to the specified
- <parameter>format</parameter>. 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 parameters
- must be passed by reference.
+ input 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
+ parameters must be passed by reference.
</para>
<para>
Any whitespace in the format string matches any whitespace in the input