How can i know the actual number of param the function has,
i know that func_num_args return the number of passed args inside the function but what about outside ???
function foo($x,$y)
{
// any code
}
how can i know dynamically the real num of args that bind to that function