August 2000
Intermediate to advanced
800 pages
13h 15m
English
The following codes may be included in strings and have special meaning when printed to the browser or to a file. It is important to note that they do not have special meaning when passed to other functions, such as ones communicating with a database or evaluating a regular expression.
| Code | Description |
|---|---|
| \" | Double Quotes |
| \\ | Backslash Character |
| \n | New Line |
| \r | Carriage Return |
| \t | Horizontal Tab |
| \x00 - \xFF | Hex Characters |
Read now
Unlock full access