Which of the below symbols is a newline character?
A
\r
B
\n
C
/n
D
/r
Correct Answer: \n
PHP treats \n as a newline character.