? Countable::count
OuterIterator::getInnerIterator ?
锟斤拷锟斤拷学院 www.cainiaoplay.com
PHP Manual
锟接匡拷
The OuterIterator interface
The OuterIterator interface
(PHP 5 >= 5.1.0, PHP 7)
锟斤拷锟�
Classes implementing
OuterIterator
can be used to iterate over iterators.
锟接匡拷摘要
OuterIterator
extends
Iterator
{
/* 锟斤拷锟斤拷 */
public
getInnerIterator
(
void
) :
Iterator
/* 锟教承的凤拷锟斤拷 */
abstract
public
Iterator::current
(
void
) :
mixed
abstract
public
Iterator::key
(
void
) :
scalar
abstract
public
Iterator::next
(
void
) :
void
abstract
public
Iterator::rewind
(
void
) :
void
abstract
public
Iterator::valid
(
void
) :
bool
}
Table of Contents
OuterIterator::getInnerIterator
— Returns the inner iterator for the current entry