mysql_xdevapi\Schema
PHP Manual

Schema::createCollection

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

Schema::createCollectionAdd collection to schema

说明

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

Create a collection within the schema.

Warning

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

参数

name

返回值

范例

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

<?php

/* ... */

?>

mysql_xdevapi\Schema
PHP Manual