PHP 클래스 Phergie_Process_Async, phergie

저자: Phergie Development Team ([email protected])
상속: extends Phergie_Process_Abstract
파일 보기 프로젝트 열기: phergie/phergie

보호된 프로퍼티들

프로퍼티 타입 설명
$sec integer Length of time to poll for stream activity (seconds)
$usec integer Length of time to poll for stream activity (microseconds)

공개 메소드들

메소드 설명
__construct ( Phergie_Bot $bot, array $options ) : void Overrides the parent class to set the poll time.
handleEvents ( ) : void Waits for stream activity and performs event processing on connections with data to read.

메소드 상세

__construct() 공개 메소드

Overrides the parent class to set the poll time.
public __construct ( Phergie_Bot $bot, array $options ) : void
$bot Phergie_Bot Main bot class
$options array Processor arguments
리턴 void

handleEvents() 공개 메소드

Waits for stream activity and performs event processing on connections with data to read.
public handleEvents ( ) : void
리턴 void

프로퍼티 상세

$sec 보호되어 있는 프로퍼티

Length of time to poll for stream activity (seconds)
protected int $sec
리턴 integer

$usec 보호되어 있는 프로퍼티

Length of time to poll for stream activity (microseconds)
protected int $usec
리턴 integer