mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add scale
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344122 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
66d9935ec5
commit
4c5cc1e4aa
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue