SplDoublyLinkedList::valid
PHP Manual
PHP Manual»SplDoublyLinkedList»SplDoublyLinkedList::valid

SplDoublyLinkedList::valid

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SplDoublyLinkedList::validCheck whether the doubly linked list contains more nodes

Descrizione

public function SplDoublyLinkedList::valid(): bool

Checks if the doubly linked list contains any more nodes.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns true if the doubly linked list contains any more nodes, false otherwise.

To Top