   #PHP Manual PostgreSQL functions pg_affected_rows pg_client_encoding

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                pg_cancel_query

   (PHP 4 >= 4.2.0)
   pg_cancel_query --  Cancel asynchronous query

Description

   bool pg_cancel_query ( resource connection)

   pg_cancel_query() cancel asynchronous query sent by pg_send_query().
   You cannot cancel query executed by pg_query().

   See also pg_send_query() and pg_connection_busy().
   ______________________________________________________________________

   Prev             Home               Next
   pg_affected_rows  Up  pg_client_encoding
