Add scale

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344122 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2018-01-31 07:33:06 +00:00
parent 66d9935ec5
commit 4c5cc1e4aa

View file

@ -12,6 +12,7 @@
<type>string</type><methodname>bcmod</methodname>
<methodparam><type>string</type><parameter>dividend</parameter></methodparam>
<methodparam><type>string</type><parameter>modulus</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>scale</parameter></methodparam>
</methodsynopsis>
<para>
Get the modulus of the <parameter>dividend</parameter> using
@ -71,6 +72,12 @@
the <literal>%</literal> operator.
</entry>
</row>
<row>
<entry>7.2.0</entry>
<entry>
<parameter>scale</parameter> parameter added.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>