<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.imagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'imagick.getresourcelimit.php',
    1 => 'Imagick::getResourceLimit',
    2 => 'Returns the specified resource limit',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.getresource.php',
    1 => 'Imagick::getResource',
  ),
  'next' => 
  array (
    0 => 'imagick.getsamplingfactors.php',
    1 => 'Imagick::getSamplingFactors',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagick/getresourcelimit.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.getresourcelimit" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::getResourceLimit</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::getResourceLimit</span> &mdash; <span class="dc-title">Returns the specified resource limit</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.getresourcelimit-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="modifier">static</span> <span class="methodname"><strong>Imagick::getResourceLimit</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$type</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Returns the specified resource limit.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.getresourcelimit-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">type</code></dt>
     <dd>
      <p class="para">
       One of the <a href="imagick.constants.php#imagick.constants.resourcetypes" class="link">resourcetype constants</a>.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagick.getresourcelimit-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Returns the specified resource limit.
   The unit depends on the type of the resource being limited.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-imagick.getresourcelimit-errors">
  <h3 class="title">Errori/Eccezioni</h3>
  <p class="para">
   Lancia una ImagickException in caso di errore.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-imagick.getresourcelimit-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="imagick.setresourcelimit.php" class="methodname" rel="rdfs-seeAlso">Imagick::setResourceLimit()</a> - Sets the limit for a particular resource</span></li>
  </ul>
 </div>


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