finally done

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146223 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2003-12-11 15:15:57 +00:00
parent 623accd57a
commit 8505c0dca9

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.feof">
<refnamediv>
@ -21,8 +21,8 @@
<function>feof</function> will return &true; only if the connection opened by
<function>fsockopen</function> is closed. This can cause a script to
timeout. The workaround for this is to use
<function>stream_set_timeout</function>, so that feof will return &false;
on timeout.
<function>stream_set_timeout</function>, so that
<function>feof</function> will return &false; on timeout.
</simpara>
</warning>
<para>