DatabaseObject::getSession
PHP function
Edit on GitHub ✎
Get session name
Description
mysql_xdevapi\DatabaseObject::getSession(): mysql_xdevapi\Session
Fetch session associated to the database object.
Func
Parameters Parameters
Return Values
The Session object.
Examples
mysql_xdevapi\DatabaseObject::getSession() example
php
<?php
$session = $dbObj->getSession();
?>