-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Some methods such as sUnion()
take a variable number of arguments. It would be awesome to have a variant of each method which takes an array of arguments - i.e. something like sprintf
vs. vsprintf
.
Currently we have to call_user_func_array
or do a switch on count($args)
if we don't know the number of arguments in advance.
Metadata
Metadata
Assignees
Labels
No labels