class - PHP call_user_func_array - get the WHOLE array inside a function -


I am trying to create a content management system with SEO friendly URL. My problem is, to get the argument for "Code_user_func_array" I have made myself with HTACIDS, I'm just exploding $ _GET ['url'] /

by allowing my users to create ShortTags with SEO-friendly URLS with slash ( / ) Give it And so their shorttags will sometimes be passed as more logic. Is there a way to gather all the logic again within the call class / function?

  $ Args = func_get_args ();   

will give you an array of all the arguments passed in the ceremony. This is actually your call_user_func_array () ;

Comments