English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

Usage and examples of PHP odbc_gettypeinfo() function

PHP ODBC Reference Manual

The odbc_gettypeinfo() function retrieves information about data types supported by the data source

Syntax

resource odbc_gettypeinfo ( resource $connection_id [, int $data_type ] )

Definition and usage

It is used to obtain information about data types

Return value

It returns an ODBC result identifier, otherwise returns false

Parameter

Serial numberParameters and descriptions
1

connection_id

ODBC connection identifier

2

data_type

Data types that can be used to limit information to a single data type

PHP ODBC Reference Manual