Math Php

$my_int = floor(4.7); 
echo($my_int);
$my_int = floor(-4.7); 
echo($my_int);
?>