<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.splheap.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'splheap.isempty.php',
    1 => 'SplHeap::isEmpty',
    2 => 'Checks whether the heap is empty',
  ),
  'up' => 
  array (
    0 => 'class.splheap.php',
    1 => 'SplHeap',
  ),
  'prev' => 
  array (
    0 => 'splheap.iscorrupted.php',
    1 => 'SplHeap::isCorrupted',
  ),
  'next' => 
  array (
    0 => 'splheap.key.php',
    1 => 'SplHeap::key',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/splheap/isempty.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="splheap.isempty" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SplHeap::isEmpty</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">SplHeap::isEmpty</span> &mdash; <span class="dc-title">Checks whether the heap is empty</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-splheap.isempty-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>SplHeap::isEmpty</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-splheap.isempty-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-splheap.isempty-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns whether the heap is empty.
  </p>
 </div>


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