Documentation PHP
-
Effectuer une recherche
-
Accueil Support du web
-
Scripts et astuces
-
Forum
-
PHP.net
Documentation PHP
Référence des fonctions
Autres extensions basiques
SPL
Introduction
Installation/Configuration
Constantes pré-définies
Fonctions SPL
ArrayIterator
ArrayObject
CachingIterator
RecursiveCachingIterator
DirectoryIterator
FilterIterator
LimitIterator
ParentIterator
RecursiveDirectoryIterator
RecursiveIteratorIterator
SimpleXMLIterator
<< ArrayObject::offsetUnset
CachingIterator::hasNext >>
SPL
Documentation PHP
La classe CachingIterator
Introduction
...
Synopsis de la classe
CachingIterator
class
CachingIterator
extends
IteratorIterator
implements
OuterIterator
,
Traversable
,
Iterator
,
ArrayAccess
,
Countable
{
/* Méthodes */
bool
hasNext
(
void
)
void
next
(
void
)
void
rewind
(
void
)
string
__toString
(
void
)
bool
valid
(
void
)
}
Sommaire
CachingIterator::hasNext
— Check whether the inner iterator has a valid next element
CachingIterator::next
— Move the iterator forward
CachingIterator::rewind
— Rewind the iterator
CachingIterator::__toString
— Return the string representation of the current element
CachingIterator::valid
— Check whether the current element is valid
<< ArrayObject::offsetUnset
CachingIterator::hasNext >>
SPL
Documentation PHP
Ceci n'est pas la documentation originale du langage de programmation php, pour y accéder visiter le site
www.php.net
Page générée en 0.001744 secondes.