FilterIterator::rewind
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
FilterIterator::rewind — Rewind the iterator
說明
public FilterIterator::rewind(): void
警告
本函式還未編寫文件,僅有參數列表。
Rewind the iterator.
參數
此函式沒有參數。
返回值
沒有返回值。
參見
- FilterIterator::current() - Get the current element value
- FilterIterator::key() - Get the current key
- FilterIterator::next() - Move the iterator forward