PDF (US Ltr)
- 2.4Mb
PDF (A4)
- 2.3Mb
HTML Download (TGZ)
- 242.9Kb
HTML Download (Zip)
- 250.5Kb
Copyright 1997-2021 the PHP Documentation Group.
DatabaseObject::getSession
Get session name
Description
abstract public mysql_xdevapi\Session mysql_xdevapi\DatabaseObject::getSession();
Fetch session associated to the database object.
Warning
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
The Session object.
Examples
Example 5.76 mysql_xdevapi\DatabaseObject::getSession
example
<?php
$session = $dbObj->getSession();
?>