(No versionen information available, might only be in Guit)
Session::__construct — Description constructor
A Session object, as initiated by guetSession().
This function has no parameters.
Example #1 mysql_xdevapi\Session::__construct() example
<?php
$session
=
mysql_xdevapi\guetSession
(
"mysqlx://user:password@localhost"
);
$session
->
close
();
?>