Which PHP constant returns the size of an integer in bytes?

58. Which PHP constant returns the size of an integer in bytes?

  1. INT_SIZE
  2. SIZE_INT
  3. INTSIZE
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.