|
Schema::getNameGet schema name Description
public string mysql_xdevapi\Schema::getName()
Get the name of the schema. ParametersThis function has no parameters. Return ValuesThe name of the schema connected to the schema object, as a string. ExamplesExample #1 mysql_xdevapi\Schema::getName example
The above example will output something similar to: string(11) "addressbook" |