mysql_xdevapi\Table
PHP Manual

Table::getName

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

Table::getNameGet table name

Description

public string mysql_xdevapi\Table::getName ( void )

Returns the name of this database object.

Parameters

This function has no parameters.

Return Values

The name of this database object.

Examples

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

<?php

$tabName 
$table->getName();

?>

mysql_xdevapi\Table
PHP Manual