0 votes
in PHP by
How many data types are there in PHP?

1 Answer

0 votes
by
PHP data types are used to hold different types of data or values. There are 8 primitive data types which are further categorized in 3 types:

Scalar types

Compound types

Special types
...