pg_socket

(PHP 5 >= 5.6.0, PHP 7)

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

설명

resource pg_socket ( resource $connection )

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

Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

connection

PostgreSQL database connection resource.

반환값

A socket resource on success실패 시 FALSE를 반환합니다.

add a note add a note

User Contributed Notes

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