php intval making 1 into 0 code example Example 1: php string to int intval($string); Example 2: php to int $num = "3.14"; $int = (int)$num;