PHP Data type
PHP supports the following data types :
01. string
02. Integer
03. Float / Double
04. Boolean
05. Array
06. Null
01. String
php code
Output
02. Integer
php code
Output
03. Float | Double
php code
Output
04. Boolean
php code
05. Array
php code
Output
06. Null
php code
Output
The PHP var_dump() function returns the data type and value: