SplFixedArray::valid

(PHP 5 >= 5.3.0, PHP 7)

SplFixedArray::validCheck whether the array contains more elements

Beschreibung

publicSplFixedArray::valid(): bool

Checks if the array contains any more elements.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns true if the array contains any more elements, false otherwise.

To Top