Variables can store data of different types, and different data types can do different things.
PHP supports the following data types:
Use the var_dump() function to return the data type and value.
Edit the code below and click Run to see the result live.