Which PHP constant returns the largest integer supported?

57. Which PHP constant returns the largest integer supported?

  1. INT_MAX
  2. MAX_INT
  3. MAXINT
  4. PHP_INT_MAX

Answer: D) PHP_INT_MAX

Explanation:

The PHP_INT_MAX is a PHP predefined constant which returns the largest integer supported.

Comments and Discussions!

Load comments ↻






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