PHP vsprintf() May 23, 2012 Pramod T P It return a formatted string Example <?php echo vsprintf(“%s %s”,array(“php”,”code”)); ?> Output php code