(无版本信息可用,可能仅存在于Git中)
Session::__construct — 构造函数说明
由getSession()初始化的Session对象。
此函数没有参数。
示例 #1 mysql_xdevapi\Session::__construct() 示例
<?php$session = mysql_xdevapi\getSession("mysqlx://user:password@localhost");$session->close();?>