mysql_xdevapi\Table
PHP Manual

Table::getSession

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

Table::getSessionGet table session

说明

public mysql_xdevapi\Session mysql_xdevapi\Table::getSession ( void )

Get session associated with the table.

参数

此函数没有参数。

返回值

A Session object.

范例

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

<?php

$session 
$table->getSession();

?>

mysql_xdevapi\Table
PHP Manual