Write short note on Data types in PHP.
Answers
Answered by
1
Answer:
PHP supports the following data types:
String.
Integer.
Float (floating point numbers - also called double)
Boolean.
Array.
Object.
NULL.
Resource.
Similar questions