Skip to main content Link Menu Expand (external link) Document Search Copy Copied

This is automatic generated document for things in Swow\Psr7\Server\BroadcastResult class

Class BroadcastResult

Methods

Method __construct

public function __construct ( int $count , int $failureCount , ?WeakMap $exceptions )

Method getCount

public function getCount ( ) : int

Method getExceptions

public function getExceptions ( ) : ?WeakMap<ServerConnection, Exception>

Returns ?WeakMap<ServerConnection, Exception> $exceptions

Method getFailureCount

public function getFailureCount ( ) : int

Method getSuccessCount

public function getSuccessCount ( ) : int

Copyright 2022 the Swow contributors