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.