Home »
MCQs »
PHP MCQs
Which PHP constant returns the size of an integer in bytes?
58. Which PHP constant returns the size of an integer in bytes?
- INT_SIZE
- SIZE_INT
- INTSIZE
- PHP_INT_SIZE
Answer: D) PHP_INT_SIZE
Explanation:
The PHP_INT_SIZE is a PHP predefined constant which returns the size of an integer in bytes.