CachingIterator::valid

(PHP 5, PHP 7)

CachingIterator::validCheck whether the current element is valid

Opis

public CachingIterator::valid ( void ) : void
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Check whether the current element is valid.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

add a note add a note

User Contributed Notes

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