(沒有版本資訊,可能只在 Git 中)
Session::__construct — 建構子說明
由 getSession() 初始化的 Session 物件。
此函式沒有參數。
範例 #1 mysql_xdevapi\Session::__construct() 範例
<?php$session = mysql_xdevapi\getSession("mysqlx://user:password@localhost");$session->close();?>