Hey all,
Is there a function similar to func_get_args(), that I can call from outside a method? Been looking but I can't seem to find anything.
Thanks!
func_get_args() from outside the method?
Moderator: General Moderators
Re: func_get_args() from outside the method?
func_get_args doesn't make sense outside a function. What are you trying to do?