mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333087 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9938b803b7
commit
1685d59ea2
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
<methodparam><type>string</type><parameter>class</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>function</parameter></methodparam>
|
||||
<methodparam><type>Closure</type><parameter>handler</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>boolean</type><parameter>static</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>uopz_function</methodname>
|
||||
|
@ -53,6 +54,14 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>static</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set true to create static function, by default false
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue