Manuál
PHP
Předcházející
Další
pg_connect
pg_connect -- Open a PostgreSQL connection
Description
resource
pg_connect
( string connection_string)
Příklad
1
.
The arguments available for
connection_string
includes
host
,
port
,
tty
,
options
,
dbname
,
user
, and
password
.
Předcházející
Domů
Další
Nahoru