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