Read whole lines (bug #44674)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268472 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2008-11-07 09:57:12 +00:00
parent 1d77695477
commit 56c718d1ef

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.19 $ -->
<!-- $Revision: 1.20 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fscanf">
<refnamediv>
<refname>fscanf</refname>
@ -26,6 +26,9 @@
stream. This means that even a tab <literal>\t</literal> in the format
string can match a single space character in the input stream.
</para>
<para>
Each call to <function>fscanf</function> reads one line from the file.
</para>
</refsect1>
<refsect1 role="parameters">