Php Intdiv
# PHP intdiv() Function
[ PHP 7 New Features](#)
PHP 7 added the intdiv() function, which takes two parameters and returns the integer division of the first parameter by the second parameter.
### Example
## Example
```php
The output of the above program is:
3
3
0
* * PHP 7 New Features](#)
YouTip