diff --git a/reference/filesystem/functions/feof.xml b/reference/filesystem/functions/feof.xml index cb5f0fae64..f9e91c9deb 100644 --- a/reference/filesystem/functions/feof.xml +++ b/reference/filesystem/functions/feof.xml @@ -42,7 +42,7 @@ &reftitle.notes; - + If a connection opened by fsockopen wasn't closed by the server, feof will hang. To workaround this, see below example: @@ -70,7 +70,7 @@ while(!safe_feof($fp, $start) && (microtime(true) - $start) < $timeout) ]]> - +