|
maxdb_real_connectmaxdb::real_connectOpens a connection to a MaxDB server BeschreibungProzeduraler Stil
bool maxdb_real_connect
( resource
$link
[, string $hostname
[, string $username
[, string $passwd
[, string $dbname
[, int $port = 0
[, string $socket
]]]]]] )Objektorientierter Stil
bool maxdb::real_connect
([ string
$hostname
[, string $username
[, string $passwd
[, string $dbname
[, int $port = 0
[, string $socket
]]]]]] )
maxdb_real_connect attempts to establish a
connection to a MaxDB database engine running on
This function differs from maxdb_connect:
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Connection: localhost <...> Siehe auch
|