pg_cancel_query
(PHP 4 >= 4.2.0, PHP 5)
pg_cancel_query — 取消异步查询
说明
bool pg_cancel_query
( resource
$connection
)pg_cancel_query() 取消由 pg_send_query() 发送的异步查询。不能取消由 pg_query() 执行的查询。
There are no user contributed notes for this page.
