variant_idiv
variant_idiv
Converts variants to integers and then returns the result from dividing them
variant **variant_idiv** mixed $left mixed $right
Converts and to
integer values, and then performs integer division.
left``right
com.variant-arith
leftThe left operand.
rightThe right operand.
Throws a on failure.
com_exception
variant_div