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

CachingIterator::__toString

(PHP 5, PHP 7, PHP 8)

CachingIterator::__toStringReturn the string representation of the current element

Beschreibung

public CachingIterator::__toString(): string
Warnung

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

Get the string representation of the current element.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The string representation of the current element.