   #PHP Manual PostgreSQL functions pg_unescape_bytea pg_update

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  pg_untrace

   (PHP 4 >= 4.0.1)
   pg_untrace -- Disable tracing of a PostgreSQL connection

Description

   bool pg_untrace ( [resource connection])

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

   Returns always TRUE.

   See also pg_trace().
   ______________________________________________________________________

   Prev              Home      Next
   pg_unescape_bytea  Up  pg_update
