Home »
MCQs »
PHP MCQs
Which PHP constant returns the largest integer supported?
57. Which PHP constant returns the largest integer supported?
- INT_MAX
- MAX_INT
- MAXINT
- PHP_INT_MAX
Answer: D) PHP_INT_MAX
Explanation:
The PHP_INT_MAX is a PHP predefined constant which returns the largest integer supported.