哈希空间 Ctrl + F 进行搜索
首页 php手册中文版 CSS中文手册 哈希文档 Markdown在线工具

PHP odbc 组件

odbc_gettypeinfo

(PHP 4, PHP 5, PHP 7, PHP 8)

odbc_gettypeinfoRetrieves information about data types supported by the data source

说明

odbc_gettypeinfo(resource $odbc, int $data_type = 0): resource|false

Retrieves information about data types supported by the data source.

参数

odbc

ODBC 连接标识符,详见 odbc_connect()

data_type

The data type, which can be used to restrict the information to a single data type.

返回值

Returns an ODBC result identifier or false on failure.

The result set has the following columns:

The result set is ordered by DATA_TYPE and TYPE_NAME.

打开 哈希空间 微信小程序中查看更佳