|
CairoImageSurface::getFormatGet the image format Description
public int CairoImageSurface::getFormat
( void
)
Retrieves the image format, as one of the CairoFormat defined ParametersThis function has no parameters. Return ValuesOne of the CairoFormat enums Examples
Example #1 CairoImageSurface::getFormat example
<?php The above example will output something similar to: int(0) int(2) See Also
|