(No version information available, might only be in Git)
Schema::getCollections — Get all schema collections
Fetch a list of collections for this schema.
此函数没有参数。
Array of all collections in this schema.
Example #1 mysql_xdevapi\Schema::getCollections() example
<?php
$collections = $schema->getCollections();
?>