PostgreSQL Funzioni
PHP Manual

pg_socket

(PHP 5 >= 5.6.0)

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

Descrizione

resource pg_socket ( resource $connection )

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

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

connection

PostgreSQL database connection resource.

Valori restituiti

A socket resource on success o FALSE in caso di fallimento.


PostgreSQL Funzioni
PHP Manual