Explain different data Type used in PHP
Answers
Answered by
3
Explanation:
PHP supports total eight primitive data types: Integer, Floating point number or Float, String, Booleans, Array, Object, resource and NULL. These data types are used to construct variables.
Answered by
1
Answer:
Explanation:
Data Types in PHP
PHP supports total eight primitive data types: Integer, Floating point number or Float, String, Booleans, Array, Object, resource and NULL. These data types are used to construct variables.
Similar questions