Documentation

TestIterator
in package
implements Iterator

Interfaces, Classes and Traits

Iterator

Table of Contents

$array  : mixed
$position  : mixed
__construct()  : mixed
current()  : mixed
key()  : mixed
next()  : mixed
rewind()  : mixed
valid()  : mixed

Properties

Methods

__construct()

public __construct([mixed $array = array() ]) : mixed
Parameters
$array : mixed = array()
Return values
mixed

current()

public current() : mixed
Return values
mixed

rewind()

public rewind() : mixed
Return values
mixed

Search results