Dutch PHP Conference 2025 - Call For Papers

ColumnResult::getTableName

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

ColumnResult::getTableNameGet table name

Опис

public mysql_xdevapi\ColumnResult::getTableName(): string

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Name of the table for the column.

Приклади

Приклад #1 mysql_xdevapi\ColumnResult::getTableName() example

<?php

/* ... */

?>
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top