编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 mysql 函数 取得最近一条查询的信息php postgresql 函数 取消异步查询php postgresql 函数 删除记录php postgresql 函数 与 postgresql 后端同步php postgresql 函数 返回字段的编号php postgresql 函数 返回打印出来的长度php postgresql 函数 刷新链接中已处理的数据查询php postgresql 函数 释放查询结果占用的内存php postgresql 函数 取得异步查询结果php postgresql 函数 关闭一个大型对象php postgresql 函数 新建一个大型对象php postgresql 函数 looks up a current parameter setting of the serverphp postgresql 函数 打开一个持久的 postgresql 连接php postgresql 函数 执行查询php postgresql 函数 获得查询结果的错误信息php postgresql 函数 获得查询结果的状态php postgresql 函数 发送异步查询php postgresql 函数 设定客户端编码php postgresql 函数 取消 bytea 类型中的字符串转义php snmp 函数 查询关于网络实体的信息树
关注编程学问公众号
编程学问网 湘ICP备20001732号