update : 2015.11.03
php.shukuma.com검색:
|
CairoImageSurface::getFormat(PECL cairo >= 0.1.0) CairoImageSurface::getFormat — Get the image format 설명
public int CairoImageSurface::getFormat
( void
)
Retrieves the image format, as one of the CairoFormat defined 인수이 함수는 인수가 없습니다. 반환값One of the CairoFormat enums 예제
Example #1 CairoImageSurface::getFormat() example
<?php 위 예제의 출력 예시: int(0) int(2) 참고
|