Overrides StreamInterface::getContents
public function getContents() : string { $buffer = $this->buffer; $this->buffer = ''; return $buffer; }