function() { if ($this->test()) { if (!headers_sent()) { header('Content-Type: image/'.$this->ext2); } return (string)$this->img; } return ''; }