PHP 8.4.2 Released!

PDO::pgsqlGetNotify

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

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

Description

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

Cette méthode est un alias de: Pdo\Pgsql::getNotify().

Valeurs de retour

Si une ou plusieurs notifications sont en attente, retourne une seule ligne avec les champs message et pid, sinon, retourne false.

add a note

User Contributed Notes

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