Query: pg_socket
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PG_SOCKET(3) PG_SOCKET(3) pg_socket - Get a read only handle to the socket underlying a PostgreSQL connectionSYNOPSISresource pg_socket (resource $connection)DESCRIPTIONpg_socket(3) returns a read only resource corresponding to the socket underlying the given PostgreSQL connection. Warning This function is currently not documented; only its argument list is available.PARAMETERSo $connection - PostgreSQL database connection resource.RETURN VALUESA socket resource on success or FALSE on failure. PHP Documentation Group PG_SOCKET(3)
Related Man Pages |
---|
pg_close(3) - php |
pg_host(3) - php |
pg_trace(3) - php |
pg_tty(3) - php |
socket_connect(3) - php |