Searched refs:pgsqlGetNotify (Results 1 – 4 of 4) sorted by relevance
21 var_dump($db->pgsqlGetNotify());25 var_dump($db->pgsqlGetNotify());30 $notify = $db->pgsqlGetNotify();38 $notify = $db->pgsqlGetNotify();45 $notify = $db->pgsqlGetNotify(PDO::FETCH_NUM);52 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC);59 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);67 var_dump($db->pgsqlGetNotify());72 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC, 1000);80 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC, 5000);
2 Bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)27 var_dump($db->pgsqlGetNotify());31 var_dump($db->pgsqlGetNotify());36 $notify = $db->pgsqlGetNotify();45 $notify = $db->pgsqlGetNotify();53 $notify = $db->pgsqlGetNotify(PDO::FETCH_NUM);61 $notify = $db->pgsqlGetNotify(PDO::FETCH_ASSOC);69 $notify = $db->pgsqlGetNotify(PDO::FETCH_BOTH);79 var_dump($db->pgsqlGetNotify());
1034 static PHP_METHOD(PDO, pgsqlGetNotify) in PHP_METHOD() argument1138 PHP_ME(PDO, pgsqlGetNotify, NULL, ZEND_ACC_PUBLIC)
1237 . Fixed bug #78980 (pgsqlGetNotify() overlooks dead connection). (SATŌ
Completed in 31 milliseconds