update : 2015.11.03
php.shukuma.com검색:
|
stomp_connect_error(PECL stomp >= 0.3.0) stomp_connect_error — Returns a string description of the last connect error 설명
string stomp_connect_error
( void
)
Returns a string description of the last connect error. 인수이 함수는 인수가 없습니다. 반환값
A string that describes the error, or 예제
Example #1 stomp_connect_error() example
<?php 위 예제의 출력 예시: Connection failed: Invalid Broker URI scheme |