STOMP_HAS_FRAME(3) 1 STOMP_HAS_FRAME(3)
Stomp::hasFrame - Indicates whether or not there is a frame ready to read
Object oriented style (method):
SYNOPSIS
public bool Stomp::hasFrame (void )
DESCRIPTION
Procedural style:
bool stomp_has_frame (resource $link)
Indicates whether or not there is a frame ready to read.
PARAMETERS
o $link
-Procedural style only: The stomp link identifier returned by stomp_connect(3).
RETURN VALUES
Returns TRUE if a frame is ready to read, or FALSE otherwise.
PHP Documentation Group STOMP_HAS_FRAME(3)