PHP Doku:: Gets the image data as string - cairoimagesurface.getdata.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungCairoThe CairoImageSurface classCairoImageSurface::getData

Ein Service von Reinhard Neidl - Webprogrammierung.

The CairoImageSurface class

<<CairoImageSurface::createFromPng

CairoImageSurface::getFormat>>

CairoImageSurface::getData

(PECL cairo >= 0.1.0)

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-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The image data as string

Beispiele

Beispiel #1 CairoImageSurface::getData() example

<?php
/* ... */
?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

...

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)