PHP NOTES 28 NOTE 33577 ADDED TO FUNCTION FREAD
Date: 1 Jul 2003 07:58:02 -0000

Subject: note 33577 added to function.fread
From: rozhik@no-spam

Reading stops when length bytes have been read or EOF (end of file) reached, whichever comes first. For TCP stream reading can stop _before_ conditions abbowe.

----
Manual Page -- http://www.php.net/manual/en/function.fread.php Edit Note -- http://master.php.net/manage/user-notes.php?action=edit+33577
Delete Note -- http://master.php.net/manage/user-notes.php?action=delete+33577&report=yes
Reject Note -- http://master.php.net/manage/user-notes.php?action=reject+33577&report=yes


Date: 19 Jul 2003 04:20:20 -0000

Subject: note 33577 modified in function.fread by pollita















From: pollita@no-spam
[ Editor's Note: It *can* stop before because the behavior of fread() has been corrected with PHP 4.3.2 to stop reading on (A) Whole packet, (B) Maxlen bytes, or (C) EOF, whichever comes first. This change will be reflected in the next build of the manual. ]


Reading stops when length bytes have been read or EOF (end of file) reached, whichever comes first. For TCP stream reading can stop _before_ conditions abbowe.


--was--
Reading stops when length bytes have been read or EOF (end of file) reached, whichever comes first. For TCP stream reading can stop _before_ conditions abbowe.


http://www.php.net/manual/en/function.fread.php

Date: 15 Nov 2003 23:42:30 -0000

Subject: note 33577 deleted from function.fread by didou
From: didou@no-spam
Note Submitter: rozhik
----

[ Editor's Note: It *can* stop before because the behavior of fread() has been corrected with PHP 4.3.2 to stop reading on (A) Whole packet, (B) Maxlen bytes, or (C) EOF, whichever comes first. This change will be reflected in the next build of the manual. ]


Reading stops when length bytes have been read or EOF (end of file) reached, whichever comes first. For TCP stream reading can stop _before_ conditions abbowe.