function pg connect

pg_ConnectPHP ManualPrevNextpg_Connectpg_Connect -- opens a connectionDescriptionint pg_connect(string host, string port, string options, string tty, string dbname); 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. A connection can also established with the following command: $conn = pg_connect("dbname=marliese port=5432"); Other parameters besides dbname and port are host, tty, options, user and password. See also pg_pConnect(). PrevHomeNextpg_cmdTuplesUppg_DBname
Wyszukiwarka

Podobne podstrony:
function pg connection status
function pg connect
function pg connection busy
function pg connection reset
function pg connection reset
function pg connection busy
function pg connection busy
function pg connect
function pg copy to
function pg fetch object
function pg host
function mssql connect
function ingres connect
function pg ping
function pg fetch array
function pg delete
function odbc connect

więcej podobnych podstron