PHP 8.4.0 Beta 5 available for testing

pg_socket

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

pg_socket Get a read only handle to the socket underlying a PostgreSQL connection

Опис

pg_socket(PgSql\Connection $connection): resource|false

pg_socket() returns a read only resource corresponding to the socket underlying the given PostgreSQL connection.

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

connection

Примірник PgSql\Connection.

Значення, що повертаються

A socket resource on success або false в разі помилки.

Журнал змін

Версія Опис
8.1.0 Тепер параметр connection має бути примірником PgSql\Connection. Раніше очікувався resource.
add a note

User Contributed Notes

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