What is the significance of the three dots in this function signature?
function process(...$vals) {
// do some processing
}
What is the significance of the three dots in this function signature?
function process(...$vals) {
// do some processing
}