extends |
IteratorIterator |
---|---|
implements |
ArrayAccess, Countable |
Methods | ||
---|---|---|
public
|
__construct(Iterator $iterator, int $flags = CachingIterator::CALL_TOSTRING)
|
# |
public
|
rewind(): void
|
# |
public
|
valid(): bool
|
# |
public
|
next(): void
|
# |
public
|
hasNext(): bool
|
# |
public
|
__toString(): string
|
# |
public
|
getFlags(): int
|
# |
public
|
setFlags(int $flags): void
|
# |
public
|
offsetGet(string $key): mixed
|
# |
public
|
offsetSet(string $key, mixed $value): void
|
# |
public
|
offsetUnset(string $key): void
|
# |
public
|
offsetExists(string $key): bool
|
# |
public
|
getCache(): array
|
# |
public
|
count(): int
|
# |
Methods inherited from IteratorIterator |
---|
getInnerIterator(), key(), current(), |