|
CairoImageSurface::__construct(PECL cairo >= 0.1.0) CairoImageSurface::__construct — Creates a new CairoImageSurface Описание
public CairoImageSurface::__construct
( int $format
, int $width
, int $height
)
Creates a new CairoImageSuface object of type format Список параметров
Возвращаемые значенияA new CairoImageSurface Примеры
Пример #1 CairoImageSurface::__construct() example
<?php |
|