mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove bogus initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305078 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e50363ba47
commit
c02fdb48ec
1 changed files with 1 additions and 10 deletions
|
@ -14,7 +14,7 @@
|
|||
<methodparam choice="opt"><type>bool</type><parameter>use_include_path</parameter><initializer>false</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>context</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>-1</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>maxlen</parameter><initializer>-1</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>maxlen</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function is similar to <function>file</function>, except that
|
||||
|
@ -34,15 +34,6 @@
|
|||
need to encode the URI with <function>urlencode</function>.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
The default value of <parameter>maxlen</parameter> is not
|
||||
actually <literal>-1</literal>; rather, it is an internal PHP
|
||||
value which means to copy the entire stream until end-of-file is
|
||||
reached. The only way to specify this default value is to leave it
|
||||
out of the parameter list.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue