<?php $nam = function (...$params){ print_r($params); } $update[] = '1st'; $update[] = '2nd'; $nam($update);
You have javascript disabled. You will not be able to edit any code.