English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_setoption() function is used to adjust ODBC settings
bool odbc_setoption ( resource $id , int $function , int $option , int $param )
It is used to adjust the odbc settings
Returns true on success, otherwise returns false
Serial number | Parameters and descriptions |
---|---|
1 | id It is the connection ID or result ID whose settings are to be changed. For SQLSetConnectOption(), this is a connection ID. For SQLSetStmtOption(), this is a result ID. |
2 | function Used to find whether to use the odbc function |
3 | option It is used to set an option |
4 | param Value of the given option |