MongoDB\Driver\Session::__construct
PHP Manual
PHP Manual»MongoDB\Driver\Session»MongoDB\Driver\Session::__construct

MongoDB\Driver\Session::__construct

(mongodb >=1.4.0)

MongoDB\Driver\Session::__constructCreate a new Session (not used)

Descrizione

final private function MongoDB\Driver\Session::__construct()

MongoDB\Driver\Session objects are returned by MongoDB\Driver\Manager::startSession() and cannot be constructed directly.

Elenco dei parametri

Questa funzione non contiene parametri.

Vedere anche:

To Top