pg_untrace

(PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8)

pg_untrace關(guān)閉 PostgreSQL 連接的追蹤功能

說(shuō)明

pg_untrace(resource $connection = ?): bool

停止由 pg_trace() 啟動(dòng)的追蹤功能。connection 指定了被追蹤的連接號(hào),默認(rèn)為上一個(gè)打開(kāi)的連接。

本函數(shù)總是返回 true。

參見(jiàn) pg_trace()。