LinkedList::key

(Available since version 1.0)

LinkedList::keyReturn current node index

Description

public mixed LinkedList::key ( void )

This function returns the current node index.

Parameters

This function has no parameters.

Return Values

The current node index.

To Top