mysql_xdevapi\Schema
PHP Manual

Schema::getCollectionAsTable

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

Schema::getCollectionAsTableGet collection table object

说明

public mysql_xdevapi\Table mysql_xdevapi\Schema::getCollectionAsTable ( string $name )

Warning

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

参数

name

返回值

A table object for the defined table.

范例

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

<?php

/* ... */

?>

mysql_xdevapi\Schema
PHP Manual