mysql_xdevapi\Table
PHP Manual

Table::getSchema

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

Table::getSchemaGet table schema

说明

public mysql_xdevapi\Schema mysql_xdevapi\Table::getSchema ( void )

Fetch the schema associated with the table.

参数

此函数没有参数。

返回值

A Schema object.

范例

Example #1 mysql_xdevapi\Table::getSchema() example

<?php

$schema 
$table->getSchema();

?>

mysql_xdevapi\Table
PHP Manual