(PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8)
pg_untrace — 關閉 PostgreSQL 連接的追蹤功能
$connection
停止由 pg_trace() 啟動的追蹤功能。connection 指定了被追蹤的連接號,默認為上一個打開的連接。
connection
本函數(shù)總是返回 true。
true
參見 pg_trace()。