PHP intdiv() ??
PHP intdiv() ??
PHP 7?? ? ?? ????? ???? ? ?? ????? ?? ? ?? ????? ??? ????? ???? intdiv() ??? ?? ???????.
Example
<?php
echo intdiv(9,3),echo "<br/>";
echo intdiv(10,3),echo "<br/>";
echo intdiv(5,10),echo "<br/>";
?>
? ???? ??? ?? ??? ??? ????.
3 3 0