SplFixedArray::valid
(PHP 5 >= 5.3.0, PHP 7)
SplFixedArray::valid — Check whether the array contains more elements
Beschreibung
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.