PHP -Typ mit Float gegossen
// Type cast using float
echo (float)$num, "\n";
Irfan
// Type cast using float
echo (float)$num, "\n";