PHP Data Types

PHP Data Types

PHP supports the following types:

Scalar types:

  • boolean
  • integer
  • float
  • string

Compound types:

  • array
  • object
  • callable

Other types:

  • resource
  • NULL