pg_flush
Flush outbound query data on the connection
Description
intbool pg_flush(PgSql\Connection $connection)
Parameters
-
connection
-
An PgSql\Connection instance.
Return Values
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.