« DirectoryIterator::valid
EmptyIterator::current »
PHP Manual
イテレータ
EmptyIterator クラス
EmptyIterator クラス
(PHP 5 >= 5.1.0, PHP 7)
はじめに
空のイテレータ用の EmptyIterator クラスです。
クラス概要
EmptyIterator
implements
Iterator
{
/* メソッド */
public
current
(
void
) :
mixed
public
key
(
void
) :
scalar
public
next
(
void
) :
void
public
rewind
(
void
) :
void
public
valid
(
void
) :
bool
}
目次
EmptyIterator::current
— current() メソッド
EmptyIterator::key
— key() メソッド
EmptyIterator::next
— next() メソッド
EmptyIterator::rewind
— rewind() メソッド
EmptyIterator::valid
— valid() メソッド