PHP

Data Types and Built in functions

PHP supports 8 data types scalar data types( A variable in which only one value can be stored at a time Boolean integer Float / Double String Compound data type (A variable in which multiple values can be stored) Array Object Special data types resource Null The type of variable

Read More...