(No version information available, might only be in Git)
Session::__construct — Description du constructeur
Un objet Session, tel qu'initié par getSession().
Cette fonction ne contient aucun paramètre.
Exemple #1 Exemple de mysql_xdevapi\Session::__construct()
<?php
$session = mysql_xdevapi\getSession("mysqlx://user:password@localhost");
$session->close();
?>