|
Stomp::__constructstomp_connectOpens a connection BeschreibungObjektorientierter Stil (constructor):
public Stomp::__construct
([ string
$broker = ini_get("stomp.default_broker_uri")
[, string $username
[, string $password
[, array $headers
]]]] )Prozeduraler Stil:
resource stomp_connect
([ string
$broker = ini_get("stomp.default_broker_uri")
[, string $username
[, string $password
[, array $headers
]]]] )Opens a connection to a stomp compliant Message Broker. Parameter-Liste
Rückgabewerte
Changelog
Beispiele
Beispiel #1 Objektorientierter Stil
<?php
Beispiel #2 Prozeduraler Stil
<?php |