Hi,
I'm using PHP 5. If I want to print out "n" of the same character
(e.g. "\t") where n is an integer greater than 0, is there a simple
way to do this other than iterating over a for loop?
Thanks, - Dave
I'm using PHP 5. If I want to print out "n" of the same character
(e.g. "\t") where n is an integer greater than 0, is there a simple
way to do this other than iterating over a for loop?
Thanks, - Dave
Comment