make an interger php code example Example 1: php string to int intval($string); Example 2: php to int $num = "3.14"; $int = (int)$num;