pg_flush

(PHP 5 >= 5.6.0, PHP 7)
Flush outbound query data on the connection
mixed pg_flush ( resource $connection )

pg_flush() flushes any outbound query data waiting to be sent on the connection.

Parameters:
connection

PostgreSQL database connection resource.

Returns:

Returns TRUE if the flush was successful or no data was waiting to be flushed, 0 if part of the pending data was flushed but more remains or FALSE on failure.

doc_php
2016-02-24 16:18:15
Comments
Leave a Comment

Please login to continue.