编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « pg_affected_rows
  • pg_client_encoding »
  • PHP Manual
  • PostgreSQL 函数
  • 取消异步查询

pg_cancel_query

(PHP 4 >= 4.2.0, PHP 5, PHP 7)

pg_cancel_query — 取消异步查询

说明

pg_cancel_query ( resource $connection ) : bool

pg_cancel_query() 取消由 pg_send_query() 发送的异步查询。不能取消由 pg_query() 执行的查询。

参见 pg_send_query() 和 pg_connection_busy()。

相关文章
php curl 函数 暂停和取消暂停一个连接。php postgresql 函数 取消异步查询php postgresql 函数 获得数据库名php postgresql 函数 删除记录php postgresql 函数 返回字段的名字php postgresql 函数 返回字段的编号php postgresql 函数 刷新链接中已处理的数据查询php postgresql 函数 释放查询结果占用的内存php postgresql 函数 取得异步查询结果php postgresql 函数 返回上一个对象的 oidphp postgresql 函数 关闭一个大型对象php postgresql 函数 获得和连接有关的选项php postgresql 函数 执行查询php postgresql 函数 获得查询结果的错误信息php postgresql 函数 获得查询结果的状态php postgresql 函数 submits a command and separate parameters to the server without waiting for the result s php postgresql 函数 发送异步查询php postgresql 函数 取消 bytea 类型中的字符串转义php mysqli 取消用户指定的回调函数php postgresql postgresql 函数
关注编程学问公众号
编程学问网 湘ICP备20001732号