split è deprecato usa explode

Codice PHP:
function average($ritardi) {
    return 
number_format(array_sum(explode(" "$ritardi ))/count($a),0);