variant_mul
variant_mul
Multiplies the values of the two variants
variant **variant_mul** mixed $left mixed $right
Multiplies by .
left``right
Boolean values are converted to -1 for false and 0 for true.
com.variant-arith
leftThe left operand.
rightThe right operand.
Throws a on failure.
com_exception
variant_div``variant_idiv