string to int with decimal phhp code example Example 1: php float value floatval ($var) Example 2: php to int $num = "3.14"; $int = (int)$num;