PHP3 Manual | ||
---|---|---|
Prev | Next |
pg_Connect -- opens a connection
Returns a connection index on success, or false if the connection could not be made. Opens a connection to a PostgreSQL database. Each of the arguments should be a quoted string, including the port number. The options and tty arguments are optional and can be left out. This function returns a connection index that is needed by other PostgreSQL functions. You can have multiple connections open at once.
See also pg_pConnect().
Prev | Home | Next |
pg_cmdTuples | Up | pg_DBname |