Que fait une \ (barre oblique inverse) en PHP (5.3+)?

Que fait un \en PHP? Par exemple, CSRF4PHP a \FALSE, \session_idet \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', 1); } }...