PHP - Function Binmode
Syntax
bool odbc_binmode ( resource $result_id , int $mode )
Definition and Usage
It used to handle the binary column data
Return Values
It returns true on success or false on failure
Parameters
| Sr.No | Parameters & Discription |
|---|---|
| 1 |
result_id it is used to identifier the result |
| 2 |
mode It is used to find the mode information |
php_function_reference.htm
Advertisements