<?php

$tempo_total= "30:4:44";

$num = (int)$tempo_total;
    
var_dump ($num); 