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
mixed
current()
No description
mixed
key()
No description
bool
valid()
Checks if current position is valid
int
count()
Count elements of an object
bool
offsetExists($fd)
Whether a offset exists
mixed
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
mixed
current()
No description
mixed
key()
No description
bool
valid()
Checks if current position is valid
int
count()
Count elements of an object
bool
offsetExists($fd)
Whether a offset exists
mixed
offsetGet(mixed $fd)
No description
void
offsetSet($fd, TValue $value)
Offset to set
void
offsetUnset($fd)
Offset to unset