PHP Class PHPDaemon\Core\EventLoop

Afficher le fichier Open project: kakserpom/phpdaemon Class Usage Examples

Méthodes publiques

Свойство Type Description
$instance

Protected Properties

Свойство Type Description
$base
$callbacks
$dnsBase
$stopped

Méthodes publiques

Méthode Description
__construct ( ) EventLoop constructor.
bufferEvent ( $args ) : EventBufferEvent
bufferEventSsl ( $args ) : mixed
event ( $args ) : Event
free ( ) Free
getBase ( ) : EventBase
getDnsBase ( ) : EventDnsBase
init ( ) Init
interrupt ( null $cb = null )
listener ( $args ) : EventListener
reinit ( ) Reinit
run ( ) Run
signal ( $args ) : mixed
stop ( ) Stop
timer ( $args ) : mixed

Method Details

__construct() public méthode

EventLoop constructor.
public __construct ( )

bufferEvent() public méthode

public bufferEvent ( $args ) : EventBufferEvent
$args
Résultat EventBufferEvent

bufferEventSsl() public méthode

public bufferEventSsl ( $args ) : mixed
$args
Résultat mixed

event() public méthode

public event ( $args ) : Event
$args
Résultat Event

free() public méthode

Free
public free ( )

getBase() public méthode

public getBase ( ) : EventBase
Résultat EventBase

getDnsBase() public méthode

public getDnsBase ( ) : EventDnsBase
Résultat EventDnsBase

init() public static méthode

Init
public static init ( )

interrupt() public méthode

public interrupt ( null $cb = null )
$cb null

listener() public méthode

public listener ( $args ) : EventListener
$args
Résultat EventListener

reinit() public méthode

Reinit
public reinit ( )

run() public méthode

Run
public run ( )

signal() public méthode

public signal ( $args ) : mixed
$args
Résultat mixed

stop() public méthode

Stop
public stop ( )

timer() public méthode

public timer ( $args ) : mixed
$args
Résultat mixed

Property Details

$base protected_oe property

protected $base

$callbacks protected_oe property

protected $callbacks

$dnsBase protected_oe property

protected $dnsBase

$instance public_oe static_oe property

public static $instance

$stopped protected_oe property

protected $stopped