PHP Doku:: The __construct purpose - cairosurface.construct.html
Aktuelle Suchanfrage: 12f37b1c6963c1c5c18f30495416a197-leak-array png - 30 Treffer
  1 CairoSurface::__construct
The __construct purpose - cairosurface.construct.html
  2 Basic memory management
Basic memory management - internals2.memory.management.html
  3 Reference Counting Basics
Reference Counting Basics - features.gc.refcounting-basics.html
  4 array_replace
Replaces elements from passed arrays into the first array - function.array-replace.html
  5 array_reverse
Liefert ein Array mit umgekehrter Reihenfolge der Elemente - function.array-reverse.html
  6 array_chunk
Splittet ein Array in Teile auf - function.array-chunk.html
  7 SplFixedArray::toArray
Returns a PHP array from the fixed array - splfixedarray.toarray.html
  8 SplFixedArray::fromArray
Import a PHP array in a SplFixedArray instance - splfixedarray.fromarray.html
  9 is_array
Prüft, ob die Variable ein Array ist - function.is-array.html
 10 Beispiele
Beispiele - sphinx.examples.html
mehr Ergebnisse anzeigen...

Bisherige Suchanfragen: (1) anzeigen

Verlauf / Chronik / History: (2) 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",...)