Data Types in PHP – Free PHP Tutorials
Data types available in PHP are of various types. A variable of a particular data type has its own use. In this article, we will cover up most of the internally defined data types in PHP. PHP recognizes the following data types: 1) Integer 2) Float 3) String 4) Boolean 5) Array 6)Object 7) Null …