SqlStatementResult::getColumnNames

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

SqlStatementResult::getColumnNamesGet column names

Açıklama

public mysql_xdevapi\SqlStatementResult::getColumnNames(): array

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

Örnekler

Örnek 1 mysql_xdevapi\SqlStatementResult::getColumnNames() example

<?php

/* ... */

?>
add a note

User Contributed Notes

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