mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- remove wrong flags, they do not work with this method
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238505 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4a637dbfdc
commit
059800085f
1 changed files with 1 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry xml:id="function.ziparchive-getfromname" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>ZipArchive::getFromName</refname>
|
||||
|
@ -35,16 +35,6 @@
|
|||
The flags to use to open the archive. the following values may
|
||||
be ORed to it.
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_NOCASE</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_NODIR</constant>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<constant>ZIPARCHIVE::FL_UNCHANGED</constant>
|
||||
|
|
Loading…
Reference in a new issue