gips tipe php menggunakan float

// Type cast using float 
echo (float)$num, "\n"; 
Irfan