Typ obsada za pomocą INT PHP

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