PHP 클래스 PHPDaemon\BoundSocket\UNIX

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

공개 프로퍼티들

프로퍼티 타입 설명
$config PHPDaemon\Config\Section

보호된 프로퍼티들

프로퍼티 타입 설명
$group string Group
$listenerMode boolean Listener mode?
$path string Path
$user string User

공개 메소드들

메소드 설명
__toString ( ) : string toString handler
bindSocket ( ) : boolean Bind socket

보호된 메소드들

메소드 설명
onBound ( ) : boolean Called when socket is bound

메소드 상세

__toString() 공개 메소드

toString handler
public __toString ( ) : string
리턴 string

bindSocket() 공개 메소드

Bind socket
public bindSocket ( ) : boolean
리턴 boolean Success.

onBound() 보호된 메소드

Called when socket is bound
protected onBound ( ) : boolean
리턴 boolean Success

프로퍼티 상세

$config 공개적으로 프로퍼티

public Section,PHPDaemon\Config $config
리턴 PHPDaemon\Config\Section

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

Group
protected string $group
리턴 string

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

Listener mode?
protected bool $listenerMode
리턴 boolean

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

Path
protected string $path
리턴 string

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

User
protected string $user
리턴 string