PHP Manual Function Reference Other Basic Extensions SPL Datastructures SplDoublyLinkedList SplDoublyLinkedList::current SplDoublyLinkedList::count SplDoublyLinkedList::getIteratorMode SplDoublyLinkedList::current (PHP 5 >= 5.3.0)SplDoublyLinkedList::current — Return current array entry Description public mixed SplDoublyLinkedList::current ( void ) Get the current doubly linked list node. Parameters This function has no parameters. Return Values The current node value.