ArrayIterator::__construct

(PHP 5, PHP 7)

ArrayIterator::__constructConstruct an ArrayIterator

Açıklama

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

Constructs an ArrayIterator object.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

array

The array or object to be iterated on.

flags

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

Dönen Değerler

An ArrayIterator object.

Hatalar/İstisnalar

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

Ayrıca Bakınız