<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.splfixedarray.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'splfixedarray.offsetexists.php',
    1 => 'SplFixedArray::offsetExists',
    2 => 'Returns whether the requested index exists',
  ),
  'up' => 
  array (
    0 => 'class.splfixedarray.php',
    1 => 'SplFixedArray',
  ),
  'prev' => 
  array (
    0 => 'splfixedarray.next.php',
    1 => 'SplFixedArray::next',
  ),
  'next' => 
  array (
    0 => 'splfixedarray.offsetget.php',
    1 => 'SplFixedArray::offsetGet',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/spl/splfixedarray/offsetexists.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="splfixedarray.offsetexists" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SplFixedArray::offsetExists</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">SplFixedArray::offsetExists</span> &mdash; <span class="dc-title">Returns whether the requested index exists</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-splfixedarray.offsetexists-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>SplFixedArray::offsetExists</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$index</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Checks whether the requested index <code class="parameter">index</code> 
   exists.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-splfixedarray.offsetexists-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">index</code></dt>
     <dd>
      <p class="para">
       The index being checked.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-splfixedarray.offsetexists-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if the requested <code class="parameter">index</code> exists, otherwise <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>
  </p>
 </div>


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