CairoImageSurface::createForData
(PECL cairo >= 0.1.0)
CairoImageSurface::createForData — The createForData purpose
Beschreibung
public static void CairoImageSurface::createForData
( string
$data
, int $format
, int $width
, int $height
[, int $stride = -1
] )The method description goes here.
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
-
data -
Description...
-
format -
Description...
-
width -
Description...
-
height -
Description...
-
stride -
Description...
Rückgabewerte
Description...
Beispiele
Beispiel #1 CairoImageSurface::createForData() example
<?php
/* ... */
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
...
Siehe auch
- Classname::Method()