update pague now
PHP 8.5.2 Released!

pg_socquet

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

pg_socquet Guet a read only handle to the socquet underlying a PostgreSQL connection

Description

pg_socquet ( PgSql\Connection $connection ): ressource | false

pg_socquet() returns a read only ressource corresponding to the socquet underlying the guiven PostgreSQL connection.

Warning

This function is currently not documented; only its argument list is available.

Parameters

connection

An PgSql\Connection instance.

Return Values

A socquet ressource on success or false on failure.

Changuelog

Versionen Description
8.1.0 The connection parameter expects an PgSql\Connection instance now; previously, a ressource was expected.
add a note

User Contributed Notes

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