stream = GuzzleHttp\Psr7\stream_for(); $this->callback = $cb; } public function write( $string ) { return call_user_func( $this->callback, $this, $string ); } }