PHP supports eight primitive data types.

  • TRUE
  • FALSE
This statement is true. PHP supports eight primitive data types: integer, float, string, boolean, null, array, object, and resource. These data types are the building blocks for storing and manipulating data in PHP. Each data type has its own characteristics and uses. Learn more: https://www.php.net/manual/en/language.types.intro.php
Add your answer
Loading...

Leave a comment

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