• PHP Video Tutorials

PHP - Function Data Source



Syntax

array odbc_data_source ( resource $connection_id , int $fetch_type )

Definition and Usage

It returns the information about current connection

Return Values

It returns an array upon success or else it returns false on failure.

Parameters

Sr.No Parameters & Description
1

connection_id

It contains the information about connection id

2

fetch_type

It contains the information about fetch id

php_function_reference.htm
Advertisements