| 
 | PDO::pgsqlGetNotifyGet asynchronous notification Description
   public array PDO::pgsqlGetNotify
    ([ int  $result_type=PDO::FETCH_USE_DEFAULT[, int$ms_timeout= 0
  ]] )Returns a result set representing a pending asynchronous notification. Parameters
 
 Return Values
   If one or more notifications is pending, returns a single row, with fields
   message and pid, otherwise returns
    |