Microweber\Utils\Unzip::error_string PHP 메소드

error_string() 공개 메소드

Show error messages.
public error_string ( $open = '<p>', $close = '</p>' ) : string
리턴 string
    public function error_string($open = '<p>', $close = '</p>')
    {
        return $open . implode($close . $open, $this->error) . $close;
    }