pg_connection_busy

 bool pg_connection_busy ( resource $connection ) 

説明

pg_connection_busy() determines whether or not a connection is busy. If it is busy, a previous query is still executing. If pg_get_result() is used on the connection, it will be blocked.

戻り値

Returns TRUE if the connection is busy, FALSE otherwise.