intdiv
Integer division
&reftitle.description;
integerintdiv
integernumerator
integerdivisor
Returns the integer division of numerator by divisor.
&reftitle.parameters;
numerator
Number to be divide.
divisor
Number which divides the numerator
&reftitle.returnvalues;
The integer division of numerator by divisor.
If divisor is zero, it throws an E_WARNING and returns &false;.
If the numerator is LONG_MIN (-PHP_INT_MAX - 1) and the
divisor is -1, it returns zero.
&reftitle.examples;
intdiv example
]]>