intdiv
Integer division
&reftitle.description;
intintdiv
intdividend
intdivisor
Returns the integer quotient of the division of dividend by divisor.
&reftitle.parameters;
dividend
Number to be divided.
divisor
Number which divides the dividend.
&reftitle.returnvalues;
The integer quotient of the division of dividend by divisor.
&reftitle.errors;
If divisor is 0, a DivisionByZeroError
exception is thrown. If the dividend is PHP_INT_MIN
and the divisor is -1, then an
ArithmeticError exception is thrown.
&reftitle.examples;
intdiv example
]]>