Session::__construct

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

Session::__constructDescription constructor

說(shuō)明

private mysql_xdevapi\Session::__construct()

A Session object, as initiated by getSession().

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

范例

示例 #1 mysql_xdevapi\Session::__construct() example

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