PDO::pgsqlGetNotify
PHP Manual
PHP Manual»PostgreSQL PDO Driver»PDO::pgsqlGetNotify

PDO::pgsqlGetNotify

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

PDO::pgsqlGetNotify Псевдонім Pdo\Pgsql::getNotify()

Увага

This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged.

Опис

#[\Deprecated]
public function PDO::pgsqlGetNotify(int $fetchMode = PDO::FETCH_DEFAULT, int $timeoutMilliseconds = 0): array|false

Цей метод є псевдонімом до: Pdo\Pgsql::getNotify().

To Top