Revisiting PHP Part VII: PHP7 Integer Division function & Anonymous Classes in PHP7
Posted onMaking division with integers had not been easy with previous versions of PHP which has usually done with “/” slash symbol. However, with PHP 7, typecasting has brought a new method of getting the job done. The name of the function is: intdiv() and it efficiently brought in for this reason by taking dual values. […]