how many data types are there in php?
ReportQuestion
3 years ago 884 views
PHP data types are used to hold different types of data or values.
PHP supports 8 primitive data types that can be categorized further in 3 types:
- Scalar Types (predefined)
- Compound Types (user-defined)
- Special Types
Thread Reply