SplDoublyLinkedList::current

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

SplDoublyLinkedList::currentReturn current array entry

Açıklama

publicSplDoublyLinkedList::current(): mixed

Get the current doubly linked list node.

Bağımsız Değişkenler

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

Dönen Değerler

The current node value.

To Top