|
CairoImageSurface::createFromPngCreates a new CairoImageSurface form a png image file Description
public static CairoImageSurface CairoImageSurface::createFromPng
( string
$file
)Creates a new CairoImageSurface form a png image file This method should be called static Parameters
Return ValuesCairoImageSurface object Examples
Example #1 CairoImageSurface::createFromPng example
<?php The above example will output something similar to: ... See Also
|