PHP intdiv() ??

PHP 7?? ? ?? ????? ???? ? ?? ????? ?? ? ?? ????? ??? ????? ???? intdiv() ??? ??? ???????.

Instance

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

? ???? ??? ?? ??? ??? ????.

3
3
0