pg_untrace
(PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8)
pg_untrace — 關閉 PostgreSQL 連線的追蹤功能
說明
pg_untrace(resource
$connection
= ?): bool
停止由 pg_trace() 啟動的追蹤功能。connection
指定了被追蹤的連線號,預設為上一個打開的連線。
本函式總是返回 true
。
參見 pg_trace()。