Iterator
class Iterator implements Iterator, ArrayAccess, Countable (View source)
Methods
__construct()
No description
__destruct()
No description
void
rewind()
Rewind the Iterator to the first element
void
next()
Move forward to next element
TValue
current()
No description
TKey|null
key()
No description
bool
valid()
Checks if current position is valid
int<0, max>
count()
Count elements of an object
bool
offsetExists($fd)
Whether a offset exists
TValue
offsetGet(mixed $fd)
No description
void
offsetSet($fd, TValue $value)
Offset to set
void
offsetUnset($fd)
Offset to unset
Details
__construct()
No description
__destruct()
No description
void
rewind()
Rewind the Iterator to the first element
void
next()
Move forward to next element
TValue
current()
No description
TKey|null
key()
No description
bool
valid()
Checks if current position is valid
int<0, max>
count()
Count elements of an object
bool
offsetExists($fd)
Whether a offset exists
TValue
offsetGet(mixed $fd)
No description
void
offsetSet($fd, TValue $value)
Offset to set
void
offsetUnset($fd)
Offset to unset