Page 1 of 1

func_get_args() from outside the method?

Posted: Thu Feb 05, 2009 5:31 pm
by Inkyskin
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!

Re: func_get_args() from outside the method?

Posted: Thu Feb 05, 2009 6:29 pm
by requinix
func_get_args doesn't make sense outside a function. What are you trying to do?