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