<?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.getimagecompose.php', 1 => 'Gmagick::getimagecompose', 2 => 'Returns the composite operator associated with the image', ), 'up' => array ( 0 => 'class.gmagick.php', 1 => 'Gmagick', ), 'prev' => array ( 0 => 'gmagick.getimagecolorspace.php', 1 => 'Gmagick::getimagecolorspace', ), 'next' => array ( 0 => 'gmagick.getimagedelay.php', 1 => 'Gmagick::getimagedelay', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/gmagick/gmagick/getimagecompose.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="gmagick.getimagecompose" class="refentry"> <div class="refnamediv"> <h1 class="refname">Gmagick::getimagecompose</h1> <p class="verinfo">(PECL gmagick >= Unknown)</p><p class="refpurpose"><span class="refname">Gmagick::getimagecompose</span> — <span class="dc-title">Returns the composite operator associated with the image</span></p> </div> <div class="refsect1 description" id="refsect1-gmagick.getimagecompose-description"> <h3 class="title">Beschreibung</h3> <div class="methodsynopsis dc-description"> <span class="modifier">public</span> <span class="methodname"><strong>Gmagick::getimagecompose</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div> <p class="para rdfs-comment"> Returns the composite operator associated with the image. </p> </div> <div class="refsect1 parameters" id="refsect1-gmagick.getimagecompose-parameters"> <h3 class="title">Parameter-Liste</h3> <p class="para">Diese Funktion besitzt keine Parameter.</p> </div> <div class="refsect1 returnvalues" id="refsect1-gmagick.getimagecompose-returnvalues"> <h3 class="title">Rückgabewerte</h3> <p class="para"> Returns the composite operator associated with the image. </p> </div> <div class="refsect1 errors" id="refsect1-gmagick.getimagecompose-errors"> <h3 class="title">Fehler/Exceptions</h3> <p class="para"> Wirft bei einem Fehler eine <span class="classname"><strong class="classname">GmagickException</strong></span>. </p> </div> </div><?php manual_footer($setup); ?>