bcmod(3) php man page | unix.com

Man Page: bcmod

Operating Environment: php

Section: 3

BCMOD(3)								 1								  BCMOD(3)

bcmod - Get modulus of an arbitrary precision number

SYNOPSIS
string bcmod (string $left_operand, string $modulus)
DESCRIPTION
Get the modulus of the $left_operand using $modulus.
PARAMETERS
o $left_operand - The left operand, as a string. o $modulus - The modulus, as a string.
RETURN VALUES
Returns the modulus as a string, or NULL if $modulus is 0.
EXAMPLES
Example #1 bcmod(3) example <?php echo bcmod('4', '2'); // 0 echo bcmod('2', '4'); // 2 ?>
SEE ALSO
bcdiv(3). PHP Documentation Group BCMOD(3)
Related Man Pages
moduli(5) - mojave
moduli(5) - debian
moduli(5) - freebsd
moduli(5) - hpux
moduli(5) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch