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