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:
Kalle Sommer Nielsen 2010-03-18 17:36:00 +00:00
parent 2f20deb271
commit 7af997f945

View file

@ -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>