net-stream
Documentation / StreamContainerInterface
Interface indicating a class containg a Stream.
Synopsis
namespace Phrity\Net;
interface StreamContainerInterface
{
// Methods
public function getStream(): StreamInterface;
}
Requirements
PHP
^8.1