I am using Google Maps API to get the duration in between two points. That API gives the duration in hours and mins. So I want it to convert only to minutes using PHP code. Are there any solutions?
Ex: 2 hours 10 mins (Should give 130 mins as the output)