Strings Php

CHARACTER            REPRESENTATION
   
\n                   Newline
   
\r                   Carriage return
   
\t                   Horizontal tab
   
\\                   Backslash
   
\$                   Dollar sign
   
\"                   Double-quotation mark
   
\[0?7]{1,3}          Octal notation regular expression pattern
   
\x[0?9A?Fa?f]{1,2}   Hexadecimal notation regular expression pattern