Тип PHP отлив с помощью float

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