|
Collection::getSchemaGet schema object Description
public Schema Object mysql_xdevapi\Collection::getSchema()
Retrieve the schema object that contains the collection. ParametersThis function has no parameters. Return Values
The schema object on success, or ExamplesExample #1 mysql_xdevapi\Collection::getSchema example The above example will output something similar to:
object(mysql_xdevapi\Schema)#9 (1) {
["name"]=>
string(11) "addressbook"
}
|