mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
ZipArchive::addGlob/Pattern retrun array of added files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349487 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
005c7b65cb
commit
4dc46c4a95
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis role="oop">
|
||||
<type>bool</type><methodname>ZipArchive::addGlob</methodname>
|
||||
<type>array</type><methodname>ZipArchive::addGlob</methodname>
|
||||
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>array()</initializer></methodparam>
|
||||
|
@ -97,7 +97,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
An <type>array</type> of added files on success &return.falseforfailure;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis role="oop">
|
||||
<type>bool</type><methodname>ZipArchive::addPattern</methodname>
|
||||
<type>array</type><methodname>ZipArchive::addPattern</methodname>
|
||||
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>path</parameter><initializer>"."</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>array()</initializer></methodparam>
|
||||
|
@ -54,7 +54,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
An <type>array</type> of added files on success &return.falseforfailure;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue