PHP 8.3.4 Released!

ColumnResult class

(PECL mysql-xdevapi >= 8.0.11)

简介

类摘要

class mysql_xdevapi\ColumnResult {
/* 方法 */
public getCharacterSetName(): string
public getCollationName(): string
public getColumnLabel(): string
public getColumnName(): string
public getFractionalDigits(): int
public getLength(): int
public getSchemaName(): string
public getTableLabel(): string
public getTableName(): string
public getType(): int
public isNumberSigned(): int
public isPadded(): int
}

目录

add a note

User Contributed Notes

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