mysql_xdevapi\Table
PHP Manual

Table::isView

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

Table::isViewCheck if table is view

说明

public bool mysql_xdevapi\Table::isView ( void )

Determine if the underlying object is a view or not.

参数

此函数没有参数。

返回值

TRUE if the underlying object is a view, otherwise FALSE.

范例

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

<?php

$isView 
$table->isView();

?>

mysql_xdevapi\Table
PHP Manual