nlopess Thu Dec 11 10:15:57 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions feof.xml
Log:
finally done
Index: phpdoc/en/reference/filesystem/functions/feof.xml
diff -u phpdoc/en/reference/filesystem/functions/feof.xml:1.6
phpdoc/en/reference/filesystem/functions/feof.xml:1.7
--- phpdoc/en/reference/filesystem/functions/feof.xml:1.6 Thu Dec 11 10:00:28
2003
+++ phpdoc/en/reference/filesystem/functions/feof.xml Thu Dec 11 10:15:57 2003
@@ -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>