mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
1d77695477
commit
56c718d1ef
1 changed files with 4 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue