<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'imagick.getimageinterlacescheme.php',
    1 => 'Imagick::getImageInterlaceScheme',
    2 => 'Получает схему чересстрочного изображения',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.getimageindex.php',
    1 => 'Imagick::getImageIndex',
  ),
  'next' => 
  array (
    0 => 'imagick.getimageinterpolatemethod.php',
    1 => 'Imagick::getImageInterpolateMethod',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/imagick/imagick/getimageinterlacescheme.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.getimageinterlacescheme" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::getImageInterlaceScheme</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::getImageInterlaceScheme</span> &mdash; <span class="dc-title">Получает схему чересстрочного изображения</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.getimageinterlacescheme-description">
  <h3 class="title">Описание</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Imagick::getImageInterlaceScheme</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Получает схему чересстрочного изображения.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.getimageinterlacescheme-parameters">
  <h3 class="title">Список параметров</h3>
  
<p class="para">
 Сигнатура функции не содержит параметров.
</p>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagick.getimageinterlacescheme-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="para">
   В случае успешного выполнения возвращает схему чередования как целое число.
   Вызывает
<span class="classname"><a href="class.imagickexception.php" class="classname">ImagickException</a></span>, если возникла ошибка.
  </p>
 </div>


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