pg_untrace

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

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

說明

pg_untrace(resource $connection = ?): bool

停止由 pg_trace() 啟動的追蹤功能。connection 指定了被追蹤的連接號,默認(rèn)為上一個打開的連接。

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

參見 pg_trace()。