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

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

Usage and examples of PHP odbc_procedures() function

PHP ODBC Reference Manual

The odbc_procedures() function retrieves the list of procedures stored in a specific data source

Syntax

resource odbc_procedures ( resource $connection_id )

Definition and usage

It is used to obtain the list of procedures stored in a specific data source

Return value

It returns an ODBC result identifier containing information, otherwise it returns false

Parameter

NumberParameters and descriptions
1

connection_id

It contains information about connection identifiers

2

qualifier

It contains information about qualifiers

PHP ODBC Reference Manual