Apa yang dilakukan \ (backslash) dalam PHP (5.3+)?

Apa yang \dilakukan di PHP? Misalnya, CSRF4PHP memiliki \FALSE, \session_id, dan \Exception: public function __construct($timeout=300, $acceptGet=\FALSE){ $this->timeout = $timeout; if (\session_id()) { $this->acceptGet = (bool) $acceptGet; } else { throw new \Exception('Could not find...