Get your own PHP server

The PHP var_dump() Function

Use var_dump() to verify the data type of variables:

int(5)
float(5.34)
string(2) "25"