Searched refs:pgsqlGetNotify (Results 1 – 3 of 3) 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());
1041 static PHP_METHOD(PDO, pgsqlGetNotify) in PHP_METHOD() argument1137 PHP_ME(PDO, pgsqlGetNotify, NULL, ZEND_ACC_PUBLIC)
Completed in 12 milliseconds