• 10th, Jun 2010

PHP Escape Sequences

\n //line feed
\r //carriage return
\t //horizontal tab
\\ //backslash
\” //double quote
\nnn //character corresponding to the octal value of nnn (with each digit being between 0 and 7)
\xnn //character corresponding to the hexadecimal value of nn

Tags: , , , , ,

Leave a Reply

*

© 2010 unexpected[it]. All Rights Reserved.