Voting

: max(zero, eight)?
(Example: nine)

The Note You're Voting On

kevinpeno at gmail dot com
15 years ago
I misunderstood this function to be a sort of setter of Reflection::newInstance() arguments in an array form rather than a creator of new instances itself.

This function is equivilant to call_user_func_array() while Reflection::newInstance() is equivilant to call_user_func()

<< Back to user notes page

To Top