Session::__construct

(No version information available, might only be in Git)

Session::__constructDescription constructor

说锟斤拷

private mysql_xdevapi\Session::__construct ( void )

A Session object, as initiated by getSession().

锟斤拷锟斤拷

锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷

锟斤拷锟斤拷

Example #1 mysql_xdevapi\Session::__construct() example

<?php
$session 
mysql_xdevapi\getSession("mysqlx://user:password@localhost");
$session->close();
?>