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 Примеры
 Пример #1 CairoImageSurface::getHeight() example 
<?phpРезультатом выполнения данного примера будет что-то подобное: int(50)  | 
||