PHP Manual

  • English French German Portuguese Spanish
PHP-Handbuch Funktionsreferenz Sonstige Grunderweiterungen SPL Iteratoren EmptyIterator
Iteratoren AppendIterator ArrayIterator CachingIterator CallbackFilterIterator DirectoryIterator EmptyIterator FilesystemIterator FilterIterator GlobIterator InfiniteIterator IteratorIterator LimitIterator MultipleIterator NoRewindIterator ParentIterator RecursiveArrayIterator RecursiveCachingIterator RecursiveCallbackFilterIterator RecursiveDirectoryIterator RecursiveFilterIterator RecursiveIteratorIterator RecursiveRegexIterator RecursiveTreeIterator RegexIterator
  • DirectoryIterator::valid
  • EmptyIterator::current

The EmptyIterator class

(PHP 5 >= 5.1.0)

Einführung

The EmptyIterator class for an empty iterator.

Klassenbeschreibung

EmptyIterator implements Iterator {
/* Methoden */
public void current ( void )
public void key ( void )
public void next ( void )
public void rewind ( void )
public void valid ( void )
}

Inhaltsverzeichnis

  • EmptyIterator::current — The current() method
  • EmptyIterator::key — The key() method
  • EmptyIterator::next — The next() method
  • EmptyIterator::rewind — The rewind() method
  • EmptyIterator::valid — The valid() method
© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.