In PHP, a number must be within a certain range to be considered an integer.

  • TRUE
  • FALSE
This statement is false. In PHP, a number is considered an integer as long as it does not contain a decimal point or an exponential form. The range of the number does not affect its classification as an integer. However, the size of the number may affect its storage and representation in memory. Learn more: https://www.php.net/manual/en/language.types.integer.php
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *