mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
hint for format parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140457 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
71604c689d
commit
bce16a9f4c
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue