diff --git a/reference/filesystem/functions/feof.xml b/reference/filesystem/functions/feof.xml index 4bf219b027..a055298bae 100644 --- a/reference/filesystem/functions/feof.xml +++ b/reference/filesystem/functions/feof.xml @@ -1,5 +1,5 @@ - + @@ -21,8 +21,8 @@ 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; - on timeout. + stream_set_timeout, so that + feof will return &false; on timeout.