Documentation

DumpServer
in package

A server collecting Data clones sent by a ServerDumper.

Tags
author

Maxime Steinhausser maxime.steinhausser@gmail.com

final

Table of Contents

$host  : mixed
$logger  : mixed
$socket  : resource|null
__construct()  : mixed
getHost()  : string
listen()  : void
start()  : void
getMessages()  : iteratable<string|int, mixed>

Properties

Methods

getHost()

public getHost() : string
Return values
string

listen()

public listen(callable $callback) : void
Parameters
$callback : callable
Return values
void

start()

public start() : void
Return values
void

getMessages()

private getMessages() : iteratable<string|int, mixed>
Return values
iteratable<string|int, mixed>

Search results