Stomp::hasFrame

stomp_has_frame

(PECL stomp >= 0.1.0)

Stomp::hasFrame -- stomp_has_frameПроверяет, возможно ли чтение фрейма

Описание

Объектно-ориентированный стиль (метод):

public bool Stomp::hasFrame ( void )

Процедурный стиль:

bool stomp_has_frame ( resource $link )

Проверяет, возможно ли чтение фрейма.

Список параметров

link

Только для процедурного стиля: Идентификатор соединения stomp, полученный из stomp_connect().

Возвращаемые значения

Возвращает TRUE если фрейм возможно прочитать, иначе FALSE.

Коментарии

Be aware that this function/method will block the caller, unless a frame is currently ready to be read. The duration of the block is the currently set read timeout.

The installation default for PECL Stomp read timeout is two seconds. Unless the associated ini file has been modified to override this value, or you have used the "set read timeout" function/method, the block time will be two seconds.
2016-09-28 20:54:00
http://php5.kiev.ua/manual/ru/stomp.hasframe.html

    Поддержать сайт на родительском проекте КГБ