(No version information available, might only be in Git)
Collection::getSchema — Get schema object
Retrieve the schema object that contains the collection.
此函数没有参数。
The schema object on success, or NULL
if the object cannot be retrieved
for the given collection.
Example #1 mysql_xdevapi\Collection::getSchema() example
<?php
$schema = $collection->getSchema();
?>