InterviewSolution
Saved Bookmarks
| 1. |
Explain different data types used in PHP |
|
Answer» tion: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. |
|