编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « odbc_connect
  • odbc_data_source »
  • PHP Manual
  • ODBC 函数
  • Get cursorname

odbc_cursor

(PHP 4, PHP 5, PHP 7)

odbc_cursor — Get cursorname

说明

odbc_cursor ( resource $result_id ) : string

Gets the cursorname for the given result_id.

参数

result_id

The result identifier.

返回值

Returns the cursor name, as a string.

相关文章
php odbc 函数 toggle autocommit behaviourphp odbc 函数 get cursornamephp odbc 函数 returns information about a current connectionphp odbc 函数 别名 odbc execphp odbc 函数 get the last error codephp odbc 函数 get the last error messagephp odbc 函数 prepare and execute an sql statementphp odbc 函数 execute a prepared statementphp odbc 函数 fetch a result row as an associative arrayphp odbc 函数 retrieves a list of foreign keysphp odbc 函数 free resources associated with a resultphp odbc 函数 retrieves information about data types supported by the data sourcephp odbc 函数 handling of long columnsphp odbc 函数 checks if multiple results are availablephp odbc 函数 number of columns in a resultphp odbc 函数 number of rows in a resultphp odbc 函数 retrieves special columnsphp odbc 函数 retrieve statistics about a tablephp odbc 函数 lists tables and the privileges associated with each tablephp odbc 函数 get the list of table names stored in a specific data source
关注编程学问公众号
编程学问网 湘ICP备20001732号