Skip to content

PHP Data Types

The types of PHP include the following:

  • null
  • bool
  • int
  • float
  • string
  • array
  • object
  • callable
  • resource

null Types