PHP Function List
pg-connect): doesn't exist. Closest matches:
- pg_connect
- pg_pconnect
- ftp_connect
- hw_pconnect
- m_connect
- oci_pconnect
- ifx_pconnect
- db2_pconnect
- ldap_connect
- odbc_pconnect
- msql_pconnect
- pg_convert
- hw_connect
- ibase_pconnect
- mssql_pconnect
- ingres_connect
- amqpconnection
- fbsql_pconnect
- mysql_pconnect
- db2_connect
Site Search Results
-
pg_connect() opens a connection to a PostgreSQL database specified by the connection_string. If a second call is made to pg_connect() with the same connection ...
-
When using pgbouncer, make sure you use pg_connect and NOT pg_pconnect. Also, make sure you close your connections with pg_close. * PGBouncer homepage:
-
$ConnId = pg_connect ("blablabla"); $ResId = pg_exec ("select * from table", $ConnId); pg_close ($ConnId); system ("psql base -c delete from table");
-
When connection is not present, the default connection is used. The default connection is the last connection made by pg_connect() or pg_pconnect().
-
pg_ connect; pg_ connection_ busy; pg_ connection_ reset; pg_ connection_ status; pg_ convert; pg_ copy_ from; pg_ copy_ to; pg_ dbname; pg_ delete; pg_ end_ copy; pg_ escape_ bytea
-
These are assuming that you're passing in $link as the result from pg_connect: function pg_list_dbs($link) { $sql = 'SELECT datname FROM pg_database';
-
Runtime Configuration - ManualRuntime Configuration. The behaviour of these functions is affected by settings in php.ini.
-
Installing/Configuring - ManualIf you get a message like this: "Php Startup: Unable to load dynamic library 'C:\php\ext\php_pgsql.dll" 1. In the Configuration File alter the order of the libraries ...
-
Vendor Specific Database Extensions - ManualThere are no user contributed notes for this page. show source | credits | stats | sitemap | contact | advertising | mirror sites
-
Initiate a connection to address using the socket resource socket, which must be a valid socket resource created with socket_create().

Other forms of search
To search the string "pg-connect):" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
