(PHP 4, PHP 5)
odbc_procedures — Get the list of procedures stored in a specific data source
$connection_id
   )$connection_id
   , string $qualifier
   , string $owner
   , string $name
   )Lists all procedures in the requested range.
connection_id
     ODBC 连接标识符,详见 odbc_connect()。
qualifier
     The qualifier.
owner
     The owner. 此参数接受下列查询模式:"%" 来匹配零到多个字符,"_" 来匹配单个字符。
name
     The name. 此参数接受下列查询模式:"%" 来匹配零到多个字符,"_" 来匹配单个字符。
   Returns an ODBC
   result identifier containing the information 或者在失败时返回 FALSE.
  
The result set has the following columns: