|
CairoImageSurface::getDataGets the image data as string Beschreibung
public string CairoImageSurface::getData
( void
)
Returns the image data of this surface or NULL if surface is not an image surface, or if CairoContext::finish, procedural : cairo_surface_finish, has been called. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe image data as string Beispiele
Beispiel #1 CairoImageSurface::getData example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: ... Siehe auch
|