- More info on when fread stops reading.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308472 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gustavo André dos Santos Lopes 2011-02-18 17:14:01 +00:00
parent 30ecbf6808
commit 745c8fa1f6

View file

@ -37,7 +37,10 @@
</listitem>
<listitem>
<simpara>
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.
</simpara>
</listitem>
</itemizedlist>