DatabaseObject::getSession

(No version information available, might only be in Git)

DatabaseObject::getSessionGet session name

Descrierea

abstract public mysql_xdevapi\DatabaseObject::getSession ( ) : mysql_xdevapi\Session

Fetch session associated to the database object.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

The Session object.

Exemple

Example #1 mysql_xdevapi\DatabaseObject::getSession() example

<?php

$session 
$dbObj->getSession();

?>
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top