NoRewindIterator (class)
Introduction
(PHP 5 >= 5.1.0, PHP 7)
This iterator cannot be rewound.
Class synopsis
NoRewindIterator extends IteratorIterator {
/* Methods */
public __construct ( Iterator $iterator )public mixed current ( void )public iterator getInnerIterator ( void )public mixed key ( void )public void next ( void )public void rewind ( void )public bool valid ( void )/* Inherited methods */
public IteratorIterator::__construct ( Traversable $iterator )public mixed IteratorIterator::current ( void )public Traversable IteratorIterator::getInnerIterator ( void )public scalar IteratorIterator::key ( void )public void IteratorIterator::next ( void )public void IteratorIterator::rewind ( void )public bool IteratorIterator::valid ( void )}
Table of Contents
- NoRewindIterator::__construct — Construct a NoRewindIterator
- NoRewindIterator::current — Get the current value
- NoRewindIterator::getInnerIterator — Get the inner iterator
- NoRewindIterator::key — Get the current key
- NoRewindIterator::next — Forward to the next element
- NoRewindIterator::rewind — Prevents the rewind operation on the inner iterator.
- NoRewindIterator::valid — Validates the iterator
← MultipleIterator::valid
NoRewindIterator::__construct →
© 1997–2017 The PHP Documentation GroupLicensed under the Creative Commons Attribution License v3.0 or later.
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

