(No version information available, might only be in Git)
Table::isView — Check if table is view
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();
?>