diff --git a/reference/filesystem/functions/fread.xml b/reference/filesystem/functions/fread.xml index c3283af097..e202c44de5 100644 --- a/reference/filesystem/functions/fread.xml +++ b/reference/filesystem/functions/fread.xml @@ -1,5 +1,5 @@ - + @@ -43,6 +43,15 @@ fclose ($handle); fopen mode parameter. + + + When reading from network streams or pipes, such as those returned when + reading remote files or from + popen and proc_open, reading + will stop after a packet is available. This means that you should + collect the data together in chunks as shown in the example below. + + @@ -58,15 +67,6 @@ fclose ($handle); - - - When reading from network streams or pipes, such as those returned when - reading remote files or from - popen and proc_open, reading - will stop after a packet is available. This means that you should - collect the data together in chunks as shown in the example below. - -