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

pg_socket

(PHP 5 >= 5.6.0, PHP 7, PHP 8)

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

說明

pg_socket(PgSql\Connection $connection): resource|false

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

警告

本函式還未編寫文件,僅有參數列表。

參數

connection

An PgSql\Connection instance.

返回值

A socket resource on success 或者在失敗時返回 false.

更新日誌

版本 說明
8.1.0 現在 connection 參數接受 PgSql\Connection 實例,之前接受 資源(resource)

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *