Stomp::hasFrame

(PECL stomp >= 0.1.0)
Indicates whether or not there is a frame ready to read
public bool Stomp::hasFrame ( void )

Object oriented style (method):

Procedural style:

bool stomp_has_frame ( resource $link )

Indicates whether or not there is a frame ready to read.

Parameters:
link

Procedural style only: The stomp link identifier returned by stomp_connect().

Returns:

Returns TRUE if a frame is ready to read, or FALSE otherwise.

doc_php
2016-02-24 16:10:12
Comments
Leave a Comment

Please login to continue.