array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'cachingiterator.valid.php', 1 => 'CachingIterator::valid', 2 => 'Check whether the current element is valid', ), 'up' => array ( 0 => 'class.cachingiterator.php', 1 => 'CachingIterator', ), 'prev' => array ( 0 => 'cachingiterator.tostring.php', 1 => 'CachingIterator::__toString', ), 'next' => array ( 0 => 'class.callbackfilteriterator.php', 1 => 'CallbackFilterIterator', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/cachingiterator/valid.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

CachingIterator::valid

(PHP 5, PHP 7, PHP 8)

CachingIterator::validCheck whether the current element is valid

Beschreibung

public CachingIterator::valid(): bool
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Check whether the current element is valid.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.