Introduction


Home >>Data Types  >> Introduction

PHP supports the following primitive types

Scalar type
  • boolean
  • integer
  • float (floating-point number, aka double)
  • String

Compound type
  • array
  • object
  • callable
  • Iterable

Two special type
  •  resource
  • NULL

Comments

Popular posts from this blog

Float

FastCGI Process Manager

Boolean Type