InternalIterator::valid

(PHP 8)

InternalIterator::validCheck if current position is valid

Descrição

public InternalIterator::valid(): bool

Checks if current position is valid.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns whether the current position is valid.

add a note

User Contributed Notes

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