? MultipleIterator::valid
NoRewindIterator::__construct ?
����ѧԺ www.cainiaoplay.com
PHP Manual
������
The NoRewindIterator class
The NoRewindIterator class
(PHP 5 >= 5.1.0, PHP 7)
���
This iterator cannot be rewound.
��ժҪ
NoRewindIterator
extends
IteratorIterator
{
/* ���� */
public
__construct
(
Iterator
$iterator
)
public
current
(
void
) :
mixed
public
getInnerIterator
(
void
) :
iterator
public
key
(
void
) :
mixed
public
next
(
void
) :
void
public
rewind
(
void
) :
void
public
valid
(
void
) :
bool
/* �̳еķ��� */
public
IteratorIterator::__construct
(
Traversable
$iterator
)
public
IteratorIterator::current
(
void
) :
mixed
public
IteratorIterator::getInnerIterator
(
void
) :
Traversable
public
IteratorIterator::key
(
void
) :
mixed
public
IteratorIterator::next
(
void
) :
void
public
IteratorIterator::rewind
(
void
) :
void
public
IteratorIterator::valid
(
void
) :
bool
}
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