formats() 공개 정적인 메소드

Get formats
public static formats ( ) : array
리턴 array
예제 #1
0
 public function testStaticImageFormats()
 {
     $this->assertGreaterThan(1, count(Imagick::formats()));
 }