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