PHP » GoLang |
login |
register |
about
|
GoLang pg_connection_busy
request it (439)
GoLang replacement for PHP's pg_connection_busy
[edit | history]
pg_connection_busy(PHP 4 >= 4.2.0, PHP 5, PHP 7) pg_connection_busy — Get connection is busy or not Description
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. Parameters
Return Values
Returns Examples
Example #1 pg_connection_busy() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|