<?php function Test(){ $args = func_get_args(); call_user_func_array("printf",$args); } Test("Candidates 2014: %s %s %s %s\n","Tom","Debbie","Harry", "Sally"); Test("Candidates 2015: %s %s %s\n","Bob","Sam","Sarah");
You have javascript disabled. You will not be able to edit any code.