mysql_xdevapi\Table
PHP Manual

Table::getName

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

Table::getNameGet table name

说明

public string mysql_xdevapi\Table::getName ( void )

Returns the name of this database object.

参数

此函数没有参数。

返回值

The name of this database object.

范例

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

<?php

$tabName 
$table->getName();

?>

mysql_xdevapi\Table
PHP Manual