SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::current

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::currentReturn current array entry

Описание

mixed SplDoublyLinkedList::current ( void )

Get the current doubly linked list node.

Список параметров

This function has no parameters.

Возвращаемые значения

The current node value.


SplDoublyLinkedList
PHP Manual