ColumnResult::getTableName

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

ColumnResult::getTableNameテーブル名を取得する

説明

publicmysql_xdevapi\ColumnResult::getTableName(): string

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

戻り値

オブジェクトに対応するテーブル名を返します。

例1 mysql_xdevapi\ColumnResult::getTableName() の例

<?php



?>
To Top