getMimeType() 공개 메소드

public getMimeType ( ) : string
리턴 string
예제 #1
0
 public function testMimeType()
 {
     $oDrawing = new ZipFile();
     $oDrawing->setPath($this->fileOk);
     $this->assertEquals('image/gif', $oDrawing->getMimeType());
 }