Query: stomp_has_frame
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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):SYNOPSISpublic bool Stomp::hasFrame (void )DESCRIPTIONProcedural style: bool stomp_has_frame (resource $link) Indicates whether or not there is a frame ready to read.PARAMETERSo $link -Procedural style only: The stomp link identifier returned by stomp_connect(3).RETURN VALUESReturns TRUE if a frame is ready to read, or FALSE otherwise. PHP Documentation Group STOMP_HAS_FRAME(3)