(PHP 4, PHP 5, PHP 7)
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_idODBC 连接标识符,详见 odbc_connect()。
qualifierThe qualifier.
ownerThe owner. 此参数接受下列查询模式:"%" 来匹配零到多个字符,"_" 来匹配单个字符。
nameThe name. 此参数接受下列查询模式:"%" 来匹配零到多个字符,"_" 来匹配单个字符。
   Returns an ODBC
   result identifier containing the information 或者在失败时返回 FALSE.
  
The result set has the following columns: