pg_untrace

(PHP 4 )

pg_untrace -- Stop tracing a connection to PostgreSQL server

Beschreibung

bool pg_untrace ([int connection])

Stop tracing started by pg_trace(). connection specifies the connection that was traced and defaults to the last one opened.

Returns always TRUE.

Siehe auch pg_trace().