What does a \\ do in PHP?
\\
For example, CSRF4PHP has \\FALSE, \\session_id, and \\Exception:
\\FALSE
\\session_id
\\Exception
publi
The \ is used in PHP 5.3 for namespaces. See http://www.php.net/manual/en/language.namespaces.rationale.php for more information on namespaces and PHP.
\