pg_socket
PostgreSQL 接続の下層にある、読み取り専用のソケットのハンドルを取得する
&reftitle.description;
resourcefalsepg_socket
PgSql\Connectionconnection
pg_socket は、
与えられた PostgreSQL 接続の下層にあるソケットに対応した、
読み取り専用の resource を返します。
&warn.undocumented.func;
&reftitle.parameters;
connection
&pgsql.parameter.connection;
&reftitle.returnvalues;
成功した場合は、ソケットのリソース。
&return.falseforfailure;
&reftitle.changelog;
&Version;
&Description;
&pgsql.changelog.connection-object;