(PHP 5 >= 5.6.0, PHP 7)
pg_socket — Get a read only handle to the socket underlying a PostgreSQL connection
$connection
)pg_socket() returns a read only resource corresponding to the socket underlying the given PostgreSQL connection.
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
connection
PostgreSQL database connection resource.
A socket resource on success실패 시 FALSE
를 반환합니다.