fix bug #42997: this function is only similar, not identical to file()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244458 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2007-10-19 11:35:38 +00:00
parent 02fae1deb9
commit 1f7e9bb0ff

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.30 $ -->
<!-- $Revision: 1.31 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file-get-contents">
<refnamediv>
<refname>file_get_contents</refname>
@ -17,7 +17,7 @@
<methodparam choice="opt"><type>int</type><parameter>maxlen</parameter></methodparam>
</methodsynopsis>
<para>
This function is identical to <function>file</function>, except that
This function is similar to <function>file</function>, except that
<function>file_get_contents</function> returns the file in a
<type>string</type>, starting at the specified <parameter>offset</parameter>
up to <parameter>maxlen</parameter> bytes. On failure,