(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() 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.
|