|
Collection::getNameGet collection name Description
public string mysql_xdevapi\Collection::getName()
Retrieve the collection's name. ParametersThis function has no parameters. Return ValuesThe collection name, as a string. ExamplesExample #1 mysql_xdevapi\Collection::getName example
The above example will output something similar to: string(6) "people" |