From 623accd57a393ccf24c4941ec72b4e242360d183 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 11 Dec 2003 15:00:28 +0000 Subject: [PATCH] oops... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146220 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/feof.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/filesystem/functions/feof.xml b/reference/filesystem/functions/feof.xml index 6fddda0054..4bf219b027 100644 --- a/reference/filesystem/functions/feof.xml +++ b/reference/filesystem/functions/feof.xml @@ -1,5 +1,5 @@ - + @@ -18,10 +18,10 @@ - feof will return &true; only if the connection opened by + feof will return &true; only if the connection opened by fsockopen is closed. This can cause a script to timeout. The workaround for this is to use - stream_set_timeout, so that feof will return &false; + stream_set_timeout, so that feof will return &false; on timeout.