• PHP Video Tutorials

PHP - Function setoption



Syntax

bool odbc_setoption ( resource $id , int $function , int $option , int $param )

Definition and Usage

It used to adjust odbc settings

Return Values

It returns true on success or else false on failure

Parameters

Sr.No Parameters & Description
1

id

It contains the information about id as whether it is a connection id or result id

2

function

it is used to find whether it is a odbc function to use or not

3

option

it is used to set an option

4

param

the value for the given option

php_function_reference.htm
Advertisements