Option, ein Array im Funktionsparameter zu haben

function process(...$vals) {
        // do some processing
 }
Easy Eel