RecursiveIteratorIterator::valid

(PHP 5, PHP 7, PHP 8)

RecursiveIteratorIterator::validCheck whether the current position is valid

Beschreibung

public RecursiveIteratorIterator::valid(): bool
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

true if the current position is valid, otherwise false

add a note add a note

User Contributed Notes

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