芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/vendor/illuminate/console/BufferedConsoleOutput.php
buffer, function () { $this->buffer = ''; }); } /** * {@inheritdoc} */ protected function doWrite(string $message, bool $newline) { $this->buffer .= $message; if ($newline) { $this->buffer .= \PHP_EOL; } return parent::doWrite($message, $newline); } }