getMimeType() 공개 메소드

public getMimeType ( ) : string
리턴 string
예제 #1
0
 public function testMimeType()
 {
     $oDrawing = new Base64();
     $oDrawing->setData($this->imageData);
     $this->assertEquals('image/jpeg', $oDrawing->getMimeType());
 }