Tuesday, August 23, 2016

Describe the PHP Data Types

PHP Data Types

Variables can store data of different types, and different data types can do different things.
PHP supports the following data types:
  • String
  • Integer
  • Float (floating point numbers - also called double)
  • Boolean
  • Array
  • Object
  • NULL
  • Resource

No comments:

Post a Comment