CairoImageSurface::createFromPng
(PECL cairo >= 0.1.0)
CairoImageSurface::createFromPng — Creates a new CairoImageSurface form a png image file
Descrierea
Creates a new CairoImageSurface form a png image file
This method should be called static
Parametri
-
file -
Path to PNG image file
Valorile întoarse
CairoImageSurface object
Exemple
Example #1 CairoImageSurface::createFromPng() example
<?php
$surface = CairoImageSurface::createFromPng('/path/to/image/file.png');
?>
Exemplul de mai sus va afișa ceva similar cu:
...
There are no user contributed notes for this page.
