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
Post a Comment