DrewM\Morse\Feature\File::testZip PHP 메소드

testZip() 공개 메소드

public testZip ( )
    public function testZip()
    {
        return class_exists('ZipArchive');
    }