PHP Doku:: The __construct purpose - cairosurface.construct.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungCairoThe CairoSurface classCairoSurface::__construct

Ein Service von Reinhard Neidl - Webprogrammierung.

The CairoSurface class

<<The CairoSurface class

CairoSurface::copyPage -- cairo_copy_page>>

CairoSurface::__construct

(PECL cairo >= 0.1.0)

CairoSurface::__constructThe __construct purpose

Beschreibung

CairoSurface::__construct ( void )

CairoSurface is an abstract type and, as such, should not be instantiated in your PHP scripts.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

No return value

Anmerkungen

Hinweis:

If you're using a PHP version before 5.3, you must destroy the CairoContext associated with a CairoSurface after you destroy the CairoSurface. Otherwise, you're left with a Circular-reference memory leak.

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",...)