update : 2015.11.03
php.shukuma.com검색:
|
PDO::pgsqlGetNotify(PHP 5 >= 5.6.0) PDO::pgsqlGetNotify — Get asynchronous notification 설명
public array PDO::pgsqlGetNotify
([ int
$result_type = PDO::FETCH_USE_DEFAULT
[, int $ms_timeout = 0
]] )Returns a result set representing a pending asynchronous notification. 인수
반환값
If one or more notifications is pending, returns a single row, with fields
message and pid, otherwise returns
|