Escape Characters in PHP

This is a "quoted" word.

The escape character (\) allows the use of special characters or illegal characters in a string without causing errors. For example single quotes, double quotes, whitespace, the '#' character, etc.