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