관리-도구
편집 파일: StreamCollector.php
<?php class Swift_StreamCollector { public $content = ''; public function __invoke($arg) { $this->content .= $arg; } }