update : 2015.11.03
php.shukuma.com

검색:
 
 
Whether the context is persistent

ZMQContext::isPersistent

(PECL zmq >= 0.5.0)

ZMQContext::isPersistentWhether the context is persistent

설명

public boolean ZMQContext::isPersistent ( void )

Whether the context is persistent. Persistent context is needed for persistent connections as each socket is allocated from a context.

인수

이 함수는 인수가 없습니다.

반환값

Returns TRUE if the context is persistent and FALSE if the context is non-persistent.