convert decimal to integer php code example Example 1: php string to int intval($string); Example 2: string to decimal php $num = (double) "10.12";