(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.
Please login to continue.