update : 2015.11.03
php.shukuma.com검색:
|
Stomp::__constructstomp_connect(PECL stomp >= 0.1.0) Stomp::__construct -- stomp_connect — Opens a connection 설명객체 기반 형식 (constructor):
public Stomp::__construct
([ string
$broker = ini_get("stomp.default_broker_uri")
[, string $username
[, string $password
[, array $headers
]]]] )절차식 형식:
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. 인수
반환값
변경점
예제
Example #1 객체 기반 형식
<?php
Example #2 절차식 형식
<?php |