<?php function foo() {} function bar() { $arguments = func_get_args(); print_r($arguments); } foo(33); bar(33);
You have javascript disabled. You will not be able to edit any code.