PHP 클래스 PHPDaemon\Servers\IRCBouncer\Connection

저자: Vasily Zorin ([email protected])
상속: extends PHPDaemon\Network\Connection
파일 보기 프로젝트 열기: kakserpom/phpdaemon

공개 프로퍼티들

프로퍼티 타입 설명
$EOL string
$attachedServer object
$lastPingTS integer
$latency integer
$protologging boolean
$timeout integer
$usermask string

공개 메소드들

메소드 설명
attachTo ( )
command ( string $from, string $cmd )
commandArr ( string $from, string $cmd, array $args )
detach ( )
exportChannel ( object $chan )
msgFromBNC ( string $msg )
onCommand ( string $cmd, array $args )
onFinish ( )
onRead ( ) : void Called when new data received
onReady ( ) : void Called when the connection is handshaked (at low-level), and peer is ready to recv. data
ping ( )

메소드 상세

attachTo() 공개 메소드

public attachTo ( )

command() 공개 메소드

public command ( string $from, string $cmd )
$from string From
$cmd string Command

commandArr() 공개 메소드

public commandArr ( string $from, string $cmd, array $args )
$from string From
$cmd string Command
$args array Arguments

detach() 공개 메소드

public detach ( )

exportChannel() 공개 메소드

public exportChannel ( object $chan )
$chan object

msgFromBNC() 공개 메소드

public msgFromBNC ( string $msg )
$msg string

onCommand() 공개 메소드

public onCommand ( string $cmd, array $args )
$cmd string Command
$args array Arguments

onFinish() 공개 메소드

public onFinish ( )

onRead() 공개 메소드

Called when new data received
public onRead ( ) : void
리턴 void

onReady() 공개 메소드

Called when the connection is handshaked (at low-level), and peer is ready to recv. data
public onReady ( ) : void
리턴 void

ping() 공개 메소드

public ping ( )

프로퍼티 상세

$EOL 공개적으로 프로퍼티

public string $EOL
리턴 string

$attachedServer 공개적으로 프로퍼티

public object $attachedServer
리턴 object

$lastPingTS 공개적으로 프로퍼티

public int $lastPingTS
리턴 integer

$latency 공개적으로 프로퍼티

public int $latency
리턴 integer

$protologging 공개적으로 프로퍼티

public bool $protologging
리턴 boolean

$timeout 공개적으로 프로퍼티

public int $timeout
리턴 integer

$usermask 공개적으로 프로퍼티

public string $usermask
리턴 string