From 745c8fa1f6255bdbc7ac250223a4493ab2fe1a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Fri, 18 Feb 2011 17:14:01 +0000 Subject: [PATCH] - More info on when fread stops reading. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308472 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fread.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/fread.xml b/reference/filesystem/functions/fread.xml index 20bd6d4501..4ff50e73be 100644 --- a/reference/filesystem/functions/fread.xml +++ b/reference/filesystem/functions/fread.xml @@ -37,7 +37,10 @@ - 8192 bytes have been read (after opening userspace stream) + if the stream is read buffered and it does not represent a plain file, at + most one read of up to a number of bytes equal to the chunk size (usually + 8192) is made; depending on the previously buffered data, the size of the + returned data may be larger than the chunk size.