mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #51200 (file_get_contents() and "offset" & "length" misunderstanding)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296352 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2f20deb271
commit
7af997f945
1 changed files with 3 additions and 2 deletions
|
@ -137,7 +137,7 @@
|
|||
<term><parameter>offset</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The offset where the reading starts.
|
||||
The offset where the reading starts on the original stream.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -146,7 +146,8 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Maximum length of data read. The default is to read until end
|
||||
of file is reached.
|
||||
of file is reached. Note that this parameter is applied to the
|
||||
stream processed by the filters.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue