函数:pg_Connect() |
pg_Connect打开 PostgreSQL 服务器连接。 语法: int pg_connect(string [host], string [port], string [options], string [tty], string database); 返回值: 整数 函数种类: 数据库功能
本函数打开与 PostgreSQL 服务器的连接。参数 host 表服务器名称。参数 port 为连接埠。参数 options 为选项。参数 tty 为终端机。参数 database 为数据库名。成功返回连接代号、失败返回 false 值。
<?
整理: (www.phpernote.com)
|