PHP 8.3.4 Released!

ColumnResult::getSchemaName

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

ColumnResult::getSchemaNameGet schema name

Açıklama

public mysql_xdevapi\ColumnResult::getSchemaName(): string

Fetch the schema name where the column is stored.

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\ColumnResult::getSchemaName() example

<?php

/* ... */

?>
add a note

User Contributed Notes

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