String Manipulation in PHP

Hi,
I have data like
1.5oz
2.25oz
4lbs
50lbs
etc

I need only the integer part of the data to calculate the weight.
How to do it?

Thanks