mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330311 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b77ea449e7
commit
c22d6b2367
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue