PHP Class PHPDaemon\BoundSocket\UNIX

Author: Vasily Zorin ([email protected])
Inheritance: extends Generic
Exibir arquivo Open project: kakserpom/phpdaemon

Public Properties

Property Type Description
$config PHPDaemon\Config\Section

Protected Properties

Property Type Description
$group string Group
$listenerMode boolean Listener mode?
$path string Path
$user string User

Public Methods

Method Description
__toString ( ) : string toString handler
bindSocket ( ) : boolean Bind socket

Protected Methods

Method Description
onBound ( ) : boolean Called when socket is bound

Method Details

__toString() public method

toString handler
public __toString ( ) : string
return string

bindSocket() public method

Bind socket
public bindSocket ( ) : boolean
return boolean Success.

onBound() protected method

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

Property Details

$config public_oe property

public Section,PHPDaemon\Config $config
return PHPDaemon\Config\Section

$group protected_oe property

Group
protected string $group
return string

$listenerMode protected_oe property

Listener mode?
protected bool $listenerMode
return boolean

$path protected_oe property

Path
protected string $path
return string

$user protected_oe property

User
protected string $user
return string