Geben Sie mit int PHP gegossen

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