PHP 8.5.0 Alpha 2 available for testing

PDO::pgsqlGetNotify

(PHP 5 >= 5.6.0, PHP 7, PHP 8)

PDO::pgsqlGetNotify Alias de Pdo\Pgsql::getNotify()

Descripción

public PDO::pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0): array|false

Este método es un alias de: Pdo\Pgsql::getNotify().

Valores devueltos

Si una o varias notificaciones están en espera, se devuelve una sola fila con los campos message y pid, de lo contrario, se devuelve false.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top