PHP.nl

variant_mod

variant_mod

Divides two variants and returns only the remainder

variant **variant_mod** mixed $left mixed $right

Divides by and returns the remainder. left``right

leftThe left operand.

rightThe right operand.

Returns the remainder of the division.

Throws a on failure. com_exception

variant_div``variant_idiv