Use initializer

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330311 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2013-05-20 19:16:05 +00:00
parent b77ea449e7
commit c22d6b2367

View file

@ -11,7 +11,7 @@
<methodsynopsis>
<type>string</type><methodname>zip_entry_read</methodname>
<methodparam><type>resource</type><parameter>zip_entry</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>1024</initializer></methodparam>
</methodsynopsis>
<para>
Reads from an open directory entry.
@ -33,8 +33,7 @@
<term><parameter>length</parameter></term>
<listitem>
<para>
The number of bytes to return. If not specified, this function will
attempt to read 1024 bytes.
The number of bytes to return.
</para>
<note>
<para>