From b0aa535d32d33d475c524b2fec1a886e98d4ca95 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 7 Jul 2003 19:05:11 +0000 Subject: [PATCH] - Upgrade note to warning per comments in bug #24001 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134382 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fread.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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. - -