update : 2015.11.03
php.shukuma.com

검색:
 
 
Indicates whether or not there is a frame ready to read

Stomp::hasFrame

stomp_has_frame

(PECL stomp >= 0.1.0)

Stomp::hasFrame -- stomp_has_frameIndicates whether or not there is a frame ready to read

설명

객체 기반 형식 (method):

public bool Stomp::hasFrame ( void )

절차식 형식:

bool stomp_has_frame ( resource $link )

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

인수

link

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

반환값

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