¿Qué hace una \ (barra diagonal inversa) en PHP (5.3+)?

¿Qué hace un \PHP? Por ejemplo, CSRF4PHP tiene \FALSE, \session_idy \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',...