update : 2015.11.03
php.shukuma.com검색:
|
CairoImageSurface::getHeight(PECL cairo >= 0.1.0) CairoImageSurface::getHeight — Retrieves the height of the CairoImageSurface 설명
public int CairoImageSurface::getHeight
( void
)
This methods returns the CairoImageSurface height. 인수이 함수는 인수가 없습니다. 반환값CairoImageSurface object height 예제
Example #1 CairoImageSurface::getHeight() example
<?php 위 예제의 출력 예시: int(50) |