PHP - Function Procedures
Syntax
resource odbc_procedures ( resource $connection_id )
Definition and Usage
It used to get a list of procedures stored in a specific data sources
Return Values
It returns odbc result identifier containing the information or else false on failure
Parameters
| Sr.No | Parameters & Description |
|---|---|
| 1 |
connection_id It contains the information about connection identifier |
| 2 |
qualifier it contains the information about qualifiers |
php_function_reference.htm
Advertisements