<?php function test (... $args) { foreach ($args as $arg) { echo $arg. " "; } } test("testing", "variable");
You have javascript disabled. You will not be able to edit any code.