DatabaseObject::getSession

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

DatabaseObject::getSessionGet session name

Opis

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

Fetch session associated to the database object.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The Session object.

Przykłady

Przykład #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