stdOutBuffer .= $string; } public function flushStdOutBuffer() { $result = $this->stdOutBuffer; $this->stdOutBuffer = ''; return $result; } }