PHP 8.4.6 Released!

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.

User Contributed Notes

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