PHP: Can you use an array as the arguments part of the sprintf function? if so - how?

Hello

New Member
From the PHP API reference:\[quote\] string sprintf ( string $format [, mixed $args [, mixed $... ]] ) Returns a string produced according to the formatting string format.\[/quote\]Can \[code\]$args\[/code\] be an array - If so how would I use it?
 
Back
Top