• PHP Video Tutorials

PHP - Function gettypeinfo



Syntax

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

Definition and Usage

It is used to get the information about the data types

Return Values

It returns odbc result identifier or else false on failure

Parameters

Sr.No Parameters & Description
1

connection_id

It contains the information about the connection identifier

2

data_type

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

php_function_reference.htm
Advertisements