update : 2015.11.03
php.shukuma.com
검색:
The OuterIterator interface
Countable::count
OuterIterator::getInnerIterator
Interfaces
PHP Manual
The OuterIterator interface
(PHP 5 >= 5.1.0)
소개
Classes implementing
OuterIterator
can be used to iterate over iterators.
인터페이스 개요
OuterIterator
extends
Iterator
{
/* 메소드 */
public
Iterator
getInnerIterator
(
void
)
/* 상속된 메소드 */
abstract
public
mixed
Iterator::current
(
void
)
abstract
public
scalar
Iterator::key
(
void
)
abstract
public
void
Iterator::next
(
void
)
abstract
public
void
Iterator::rewind
(
void
)
abstract
public
boolean
Iterator::valid
(
void
)
}
Table of Contents
OuterIterator::getInnerIterator
— Returns the inner iterator for the current entry.
Countable::count
OuterIterator::getInnerIterator
Interfaces
PHP Manual