mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
the last parameter doesnt exist
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219475 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b6359ff0b6
commit
ea43ec0867
1 changed files with 1 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/zip.xml, last change in rev 1.11 -->
|
||||
<refentry id="function.zip-open">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,6 @@
|
|||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>zip_open</methodname>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Opens a new zip archive for reading.
|
||||
|
@ -29,14 +28,6 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>mode</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Bitmask of <link linkend="zip.constants">ZIP constants</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue