Burada hızlı bir soru
Ben bir sprintf işlevi değerleri çoğaltmak gerekir
sprintf("%s %s %s",$arg1,$arg1,$arg2);
How can I only pass $arg1 once? Can't seem to find the answer on php.net Thanks Andrew