InternalIterator::valid

(PHP 8)

InternalIterator::validCheck if current position is valid

Description

publicInternalIterator::valid(): bool

Checks if current position is valid.

Parameters

This function has no parameters.

Return Values

Returns whether the current position is valid.

To Top