|
ArrayIterator::__constructConstruct an ArrayIterator Beschreibung
public ArrayIterator::__construct
([ mixed
$array = array()
[, int $flags = 0
]] )Constructs an ArrayIterator object. Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. Parameter-Liste
RückgabewerteAn ArrayIterator object. Fehler/ExceptionsArrayIterator::__construct throws an InvalidArgumentException if anything besides an array or an object is given. Siehe auch
|