whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
Network
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/Network/StreamServerInterface.php
<?php declare(strict_types=1); namespace Psl\Network; use Generator; use Psl\IO; /** * Generic interface for a class able to accept socket connections. * * Unlike {@see ServerInterface}, {@see StreamServerInterface} provides access to the underlying server stream. */ interface StreamServerInterface extends IO\CloseStreamHandleInterface, ServerInterface { /** * {@inheritDoc} */ public function nextConnection(): StreamSocketInterface; /** * {@inheritDoc} * * @return Generator<null, StreamSocketInterface, void, null> */ public function incoming(): Generator; }
Copyright ©2021 || Defacer Indonesia