I was wondering how can I add extra whitespace in php is it something like \\s please help thanks.
\\s
Is there a tutorial that list these kind of things th
Like this:
str_repeat(' ', 5); // adds 5 spaces