Run »
×
Change Orientation
"; $b = 3.2; echo intval($b) . "
"; $c = "32.5"; echo intval($c) . "
"; $d = array(); echo intval($d) . "
"; $e = array("red", "green", "blue"); echo intval($e) . "
"; ?>
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit