0 / 60 seg.

What is the significance of the three dots in this function signature?

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