OK, I know it sounds weird but I need to make a function that will receive two parameters the first one is a string and the second an array (containing strings).
This function will then call sprintf. My first parameter will be $format
and my array will correspond to the various $args
.
How can I achieve this (if possible)?
Thanks!