(PHP 5 >= 5.3.0, PHP 7)
Return current node pointed by the iterator
public mixed SplPriorityQueue::current ( void )
Get the current datastructure node.
Returns:
The value or priority (or both) of the current node, depending on the extract flag.
Please login to continue.