GoLang MongoDB\Driver\Session::__construct

request it (264)
GoLang replacement for PHP's MongoDB\Driver\Session::__construct [edit | history]



Do you know a GoLang replacement for PHP's MongoDB\Driver\Session::__construct? Write it!

PHP MongoDB\Driver\Session::__construct

PHP original manual for MongoDB\Driver\Session::__construct [ show | php.net ]

MongoDB\Driver\Session::__construct

(mongodb >=1.4.0)

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

Description

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

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

Parameters

This function has no parameters.

See Also