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

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.feof">
<refnamediv>
@ -18,10 +18,10 @@
</para>
<warning>
<simpara>
feof will return &true; only if the connection opened by
<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</funtion>, so that feof will return &false;
<function>stream_set_timeout</function>, so that feof will return &false;
on timeout.
</simpara>
</warning>