芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/vendor/facade/flare-client-php/src/Glows/Recorder.php
glows[] = $glow; $this->glows = array_slice($this->glows, static::GLOW_LIMIT * -1, static::GLOW_LIMIT); } public function glows(): array { return $this->glows; } public function reset() { $this->glows = []; } }