|
Table::getNameGet table name Description
public string mysql_xdevapi\Table::getName()
Returns the name of this database object. ParametersThis function has no parameters. Return ValuesThe name of this database object. ExamplesExample #1 mysql_xdevapi\Table::getName example
The above example will output something similar to: string(5) "names" |