InterviewSolution
Saved Bookmarks
| 1. |
Explain different data Type 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. |
|