Iterator
implements
Iterator
Table of Contents
Interfaces
- Iterator
Properties
-
$values
: mixed
Methods
-
__construct()
: mixed
-
attach()
: mixed
-
current()
: mixed
-
key()
: mixed
-
next()
: mixed
-
rewind()
: mixed
-
valid()
: mixed
$values
protected
mixed
$values
= array()
__construct()
public
__construct([array<string|int, mixed> $values = array() ]) : mixed
Parameters
-
$values
: array<string|int, mixed>
= array()
-
attach()
public
attach(SplFileInfo $fileinfo) : mixed
Parameters
-
$fileinfo
: SplFileInfo
-
current()
public
current() : mixed
key()
public
key() : mixed
next()
public
next() : mixed
rewind()
public
rewind() : mixed
valid()
public
valid() : mixed