php parse decimal code example Example 1: string to decimal php $num = (double) "10.12"; Example 2: string to float php $floatValue = floatval("1.0");