Run ❯
Get your
own PHP
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
The PHP var_dump() Function
Use var_dump() to verify the data type of variables:
"; var_dump($b); echo "
"; var_dump($c); ?>
The PHP var_dump() Function
Use var_dump() to verify the data type of variables:
int(5)
float(5.34)
string(2) "25"