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 intval() Function
Get the integer value of a variable:
"; $x = "23465.768"; echo intval($x); ?>
The PHP intval() Function
Get the integer value of a variable:
23465
23465