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.

add a note add a note

User Contributed Notes

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