ArrayIterator::__construct

(PHP 5 >= 5.0.0)

ArrayIterator::__constructConstruct an ArrayIterator

Опис

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

Constructs an ArrayIterator object.

Увага

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

Параметри

array

The array or object to be iterated on.

flags

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

Значення, що повертаються

An ArrayIterator object.

Помилки/Винятки

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

Прогляньте Також

add a note add a note

User Contributed Notes

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