mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325049 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
105bc12689
commit
aa742af0b7
2 changed files with 56 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
<type>mixed</type><methodname>max</methodname>
|
||||
<methodparam><type>mixed</type><parameter>value1</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>value2</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>value3...</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
If the first and only parameter is an array, <function>max</function>
|
||||
|
@ -45,6 +45,33 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>value1</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Any <link linkend="language.operators.comparison">comparable</link>
|
||||
value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>value2</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Any <link linkend="language.operators.comparison">comparable</link>
|
||||
value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>...</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Any <link linkend="language.operators.comparison">comparable</link>
|
||||
value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<type>mixed</type><methodname>min</methodname>
|
||||
<methodparam><type>mixed</type><parameter>value1</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>value2</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>value3...</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>mixed</type><parameter>...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
If the first and only parameter is an array, <function>min</function>
|
||||
|
@ -45,6 +45,33 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>value1</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Any <link linkend="language.operators.comparison">comparable</link>
|
||||
value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>value2</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Any <link linkend="language.operators.comparison">comparable</link>
|
||||
value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>...</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Any <link linkend="language.operators.comparison">comparable</link>
|
||||
value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue