PHP Class PHPDaemon\BoundSocket\UNIX

Author: Vasily Zorin ([email protected])
Inheritance: extends Generic
Afficher le fichier Open project: kakserpom/phpdaemon

Méthodes publiques

Свойство Type Description
$config PHPDaemon\Config\Section

Protected Properties

Свойство Type Description
$group string Group
$listenerMode boolean Listener mode?
$path string Path
$user string User

Méthodes publiques

Méthode Description
__toString ( ) : string toString handler
bindSocket ( ) : boolean Bind socket

Méthodes protégées

Méthode Description
onBound ( ) : boolean Called when socket is bound

Method Details

__toString() public méthode

toString handler
public __toString ( ) : string
Résultat string

bindSocket() public méthode

Bind socket
public bindSocket ( ) : boolean
Résultat boolean Success.

onBound() protected méthode

Called when socket is bound
protected onBound ( ) : boolean
Résultat boolean Success

Property Details

$config public_oe property

public Section,PHPDaemon\Config $config
Résultat PHPDaemon\Config\Section

$group protected_oe property

Group
protected string $group
Résultat string

$listenerMode protected_oe property

Listener mode?
protected bool $listenerMode
Résultat boolean

$path protected_oe property

Path
protected string $path
Résultat string

$user protected_oe property

User
protected string $user
Résultat string