ArrayIterator::__construct

(PHP 5 >= 5.0.0)

ArrayIterator::__constructConstruct an ArrayIterator

Beskrivelse

public ArrayIterator::__construct ([ mixed $array = array() [, int $flags = 0 ]] )

Constructs an ArrayIterator object.

Advarsel

This function is currently not documented; only its argument list is available.

Parametre

array

The array or object to be iterated on.

flags

Flags to control the behaviour of the ArrayObject object. See ArrayObject::setFlags().

Returnerings Værdier

An ArrayIterator object.

Fejl/Undtagelser

ArrayIterator::__construct() throws an InvalidArgumentException if anything besides an array or an object is given.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top