InternalIterator::valid

(PHP 8)

InternalIterator::validCheck if current position is valid

Description

public InternalIterator::valid(): bool

Checks if current position is valid.

Parameters

This function has no parameters.

Return Values

Returns whether the current position is valid.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top