Posted by ZeldorBlat on 08/01/05 05:07
function foo() { $argCount = func_num_args(); //number of arguments passed to foo $argValues = func_get_args(); //An array containing all the parameters ..... }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming