Statement on glibc/iconv Vulnerability

ColumnResult::getTableName

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

ColumnResult::getTableNameGet table name

Descripción

public mysql_xdevapi\ColumnResult::getTableName(): string

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Name of the table for the column.

Ejemplos

Ejemplo #1 mysql_xdevapi\ColumnResult::getTableName() example

<?php

/* ... */

?>
add a note

User Contributed Notes

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