bcmod

(PHP 3, 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.

Примеры

Пример 1. bcmod() example
echo bcmod('4', '2'); // 0
echo bcmod('2', '4'); // 2

Смотрите также: bcdiv().

Описание на ru2.php.net
Описание на php.ru