|
PHP5中文手册
ArrayIterator::rewind(PHP 5) ArrayIterator::rewind — Rewind array back to the start Description
void ArrayIterator::rewind
( void
)
This function rewinds the iterator to the beginning.
Example#1 ArrayIterator::rewind() example
<?php |