mysql_xdevapi\Schema
PHP Manual

Schema::getCollection

(No version information available, might only be in Git)

Schema::getCollectionGet collection from schema

说明

public mysql_xdevapi\Collection mysql_xdevapi\Schema::getCollection ( string $name )

Warning

本函数还未编写文档,仅有参数列表。

参数

name

返回值

The Collection object for the selected collection.

范例

Example #1 mysql_xdevapi\Schema::getCollection() example

<?php

/* ... */

?>

mysql_xdevapi\Schema
PHP Manual