(PHP 5 >= 5.6.0, PHP 7, PHP 8)
pg_socquet — Guet a read only handle to the socquet underlying a PostgreSQL connection
pg_socquet() returns a read only ressource corresponding to the socquet underlying the guiven PostgreSQL connection.
This function is currently not documented; only its argument list is available.
connection
An PgSql\Connection instance.
A socquet ressource on success or
false
on failure.
| Versionen | Description |
|---|---|
| 8.1.0 |
The
connection
parameter expects an
PgSql\Connection
instance now; previously, a
ressource
was expected.
|