How do you declare a PHP integer variable as "i"? a. var $i; b. $i; c. int $i; code example Example: php to int $num = "3.14"; $int = (int)$num;