update : 2015.11.03
php.shukuma.com

검색:
 
 
Get a read only handle to the socket underlying a PostgreSQL connection

pg_socket

(PHP 5 >= 5.6.0)

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를 반환합니다.