func_get_args() from outside the method?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Inkyskin
Forum Contributor
Posts: 282
Joined: Mon Nov 19, 2007 10:15 am
Location: UK

func_get_args() from outside the method?

Post 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!
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: func_get_args() from outside the method?

Post by requinix »

func_get_args doesn't make sense outside a function. What are you trying to do?
Post Reply