(PHP 5, PHP 7)
Divides two variants and returns only the remainder
mixed variant_mod ( mixed $left, mixed $right )
Divides left
by right
and returns the remainder.
Parameters:
left
The left operand.
right
The right operand.
Returns:
Returns the remainder of the division.
See also:
Please login to continue.