<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'gmagick.current.php',
    1 => 'Gmagick::current',
    2 => 'Le contexte courant',
  ),
  'up' => 
  array (
    0 => 'class.gmagick.php',
    1 => 'Gmagick',
  ),
  'prev' => 
  array (
    0 => 'gmagick.cropthumbnailimage.php',
    1 => 'Gmagick::cropthumbnailimage',
  ),
  'next' => 
  array (
    0 => 'gmagick.cyclecolormapimage.php',
    1 => 'Gmagick::cyclecolormapimage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/gmagick/gmagick/current.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

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

 </div>

 <div class="refsect1 description" id="refsect1-gmagick.current-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Gmagick::current</strong></span>(): <span class="type"><a href="class.gmagick.php" class="type Gmagick">Gmagick</a></span></div>

  <p class="simpara">
   Retourne une référence vers l&#039;objet Gmagick courant avec le
   pointeur de l&#039;image à la bonne séquence.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-gmagick.current-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gmagick.current-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Retourne le contexte en cas de succès.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-gmagick.current-errors">
  <h3 class="title">Erreurs / Exceptions</h3>
  <p class="simpara">
   Émet une exception
<span class="classname"><strong class="classname">GmagickException</strong></span> en cas d&#039;erreur.
  </p>
 </div>


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