(No version information available, might only be in Git)
DatabaseObject::getSession โ Get session name
Fetch session associated to the database object.
ๆฌๅฝๆฐ่ฟๆช็ผๅๆๆกฃ๏ผไป ๆๅๆฐๅ่กจใ
ๆญคๅฝๆฐๆฒกๆๅๆฐใ
The Session object.
็คบไพ #1 mysql_xdevapi\DatabaseObject::getSession() example
<?php
$session = $dbObj->getSession();
?>