• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • pg_cancel_query()

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

    取消异步查询

    说明

    pg_cancel_query(resource $connection): bool

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

    参见pg_send_query()和pg_connection_busy()。