update : 2015.11.03
php.shukuma.com검색:
|
pg_connection_busy(PHP 4 >= 4.2.0, PHP 5) pg_connection_busy — Get connection is busy or not 설명
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 예제
Example #1 pg_connection_busy() example
<?php |