O que um \ (barra invertida) faz no PHP (5.3+)?

O que faz um \PHP? Por exemplo, CSRF4PHP tem \FALSE, \session_ide \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 session id',...