Login
Remember
Register
Ask a Question
How many data types are there in PHP?
0
votes
asked
Jun 5, 2020
in
PHP
by
Robindeniel
How many data types are there in PHP?
#php-data-types
#data-types-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 5, 2020
by
SakshiSharma
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
...