Phly\Conduit\Http\ResponseInterface::write PHP Метод

write() публичный Метод

Proxies to the underlying stream and writes the provided data to it.
public write ( string $data )
$data string
    public function write($data);
ResponseInterface