IniSettingCollectionIterator
in package
implements
Countable, Iterator
FinalYes
Tags
Table of Contents
Interfaces
- Countable
- Iterator
Properties
- $iniSettings : array<string|int, mixed>
- $position : int
Methods
- __construct() : mixed
- count() : int
- current() : IniSetting
- key() : int
- next() : void
- rewind() : void
- valid() : bool
Properties
$iniSettings read-only
private
array<string|int, mixed>
$iniSettings
Tags
$position
private
int
$position
= 0
Methods
__construct()
public
__construct(IniSettingCollection $iniSettings) : mixed
Parameters
- $iniSettings : IniSettingCollection
count()
public
count() : int
Return values
intcurrent()
public
current() : IniSetting
Return values
IniSettingkey()
public
key() : int
Return values
intnext()
public
next() : void
rewind()
public
rewind() : void
valid()
public
valid() : bool