array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), '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); ?>
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
SplFixedArray::offsetExists — Returns whether the requested index exists
Checks whether the requested index index
exists.
indexThe index being checked.