SyntaxFix
Write A Post
Hire A Developer
Questions
You can just call it.
function test(){ print_r(func_get_args()); } test("blah"); test("blah","blah");
Output:
Array ( [0] => blah ) Array ( [0] => blah [1] => blah )