Snippets tagged “tab”
1 snippet uses this tag.
- How are \r \t and \n different from one another?PHP
The characters "\r" (carriage return), "\t" (tab), and "\n" (newline) are all special characters used in strings in the PHP programming language.
1 snippet uses this tag.
The characters "\r" (carriage return), "\t" (tab), and "\n" (newline) are all special characters used in strings in the PHP programming language.