|
Posted by amygdala on 08/13/07 00:45
"rob" <rob@rawb.net> schreef in bericht
news:1186965770.780865.46300@q75g2000hsh.googlegroups.com...
> Hello,
<snip>
> The trick is is that $list will not always contain two items -
> sometimes one, three, four, etc, so it has to pass them dynamically to
> the function. I know about call_user_func(), and how I can pass
> parameters to it, but I'm having a difficult time trying to pass
> multiple parameters given that I don't know how many I need to pass.
>
> Can anyone help?
>
> Rob
>
call_user_func_array()
[Back to original message]
|