PHP Function List
connect doesn't exist. Closest matches:
- connection_status
- connection_aborted
- connection_timeout
- m_connectionerror
- m_connect
- pg_connection_status
- pg_connection_busy
- hw_connection_info
- pg_connection_reset
- amqpconnection
- mongoconnectionexception
- stomp_connect_error
- maxdb_connect_error
- maxdb_connect_errno
- cubrid_connect_with_url
- cubrid_connect
- sybase_connect
- sqlsrv_connect
- fbsql_pconnect
- socket_connect
Site Search Results
-
Memcache::connect() establishes a connection to the memcached server. The connection, which was opened using Memcache::connect() will be automatically closed at the end ...
-
mssql_connect() establishes a connection to a MS SQL server. The link to the server will be closed as soon as the execution of the script ends, unless it's closed earlier by ...
-
Parameters. server. The MySQL server. It can also include a port number. e.g. "hostname:port" or a path to a local socket e.g. ":/path/to/socket" for the localhost.
-
Returns a connection identifier needed for most other OCI8 operations. See Connection Handling for general information on connection management and connection pooling.
-
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_string as an ...
-
Creates a new connection to an IBM DB2 Universal Database, IBM Cloudscape, or Apache Derby database.
-
Parameters. host. The FTP server address. This parameter shouldn't have any trailing slashes and shouldn't be prefixed with ftp://. port
-
Parameters. dsn. The database source name for the connection. Alternatively, a DSN-less connection string can be used. user. The username.
-
Establishes a persistent connection to a MySQL server. mysql_pconnect() acts very much like mysql_connect() with two major differences. First, when connecting, the function ...
-
mssql_pconnect() acts very much like mssql_connect() with two major differences. First, when connecting, the function would first try to find a (persistent) link that's ...

Other forms of search
To search the string "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.
