ColumnResult::getTableName

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

ColumnResult::getTableNameGet table name

Açıklama

publicmysql_xdevapi\ColumnResult::getTableName(): string

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Name of the table for the column.

Örnekler

Örnek 1 mysql_xdevapi\ColumnResult::getTableName() example

<?php



?>
To Top