<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gmagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'gmagick.destroy.php',
    1 => 'Gmagick::destroy',
    2 => 'The destroy purpose',
  ),
  'up' => 
  array (
    0 => 'class.gmagick.php',
    1 => 'Gmagick',
  ),
  'prev' => 
  array (
    0 => 'gmagick.despeckleimage.php',
    1 => 'Gmagick::despeckleimage',
  ),
  'next' => 
  array (
    0 => 'gmagick.drawimage.php',
    1 => 'Gmagick::drawimage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gmagick/gmagick/destroy.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gmagick.destroy" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Gmagick::destroy</h1>
  <p class="verinfo">(PECL gmagick &gt;= Unknown)</p><p class="refpurpose"><span class="refname">Gmagick::destroy</span> &mdash; <span class="dc-title">The destroy purpose</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gmagick.destroy-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Gmagick::destroy</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Destroys the <span class="classname"><a href="class.gmagick.php" class="classname">Gmagick</a></span> object and frees all resources associated with it
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-gmagick.destroy-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gmagick.destroy-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Gibt bei Erfolg <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> zurück. Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-gmagick.destroy-errors">
  <h3 class="title">Fehler/Exceptions</h3>
  <p class="simpara">
   Wirft bei einem Fehler eine
<span class="classname"><strong class="classname">GmagickException</strong></span>.
  </p>
 </div>


</div><?php manual_footer($setup); ?>