mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
30ecbf6808
commit
745c8fa1f6
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue