|
PHP5中文手册
bcmod(PHP 4, PHP 5) bcmod — Get modulus of an arbitrary precision number 说明
string bcmod
( string $left_operand
, string $modulus
)
Get the modulus of the left_operand using modulus . 参数
返回值Returns the modulus as a string, or NULL if modulus is 0. 范例Example#1 bcmod() example
<?php |