pg_untrace

pg_untrace

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

pg_untraceDisable tracing of a PostgreSQL connection

Description

bool pg_untrace ([ resource $connection ] )

Stop tracing started by pg_trace().

Parameters

connection

PostgreSQL database connection resource. When connection is not present, the default connection is used. T