English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

Usage and examples of the PHP odbc_binmode() function

PHP ODBC Reference Manual

The PHP odbc_binmode() function handles binary column data.

Syntax

bool odbc_binmode ( resource $result_id , int $mode )

Definition and usage

It is used to handle binary column data

Return value

Returns true on success, false on failure

Parameter

Serial numberParameters and descriptions
1

result_id

It is used to identify the result

2

mode

Used to find pattern information

PHP ODBC Reference Manual