SplDoublyLinkedList::valid

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

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

Açıklama

publicSplDoublyLinkedList::valid(): bool

Checks if the doubly linked list contains any more nodes.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

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

To Top