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