Method ADT.Queue()->peek()
- Method peek
mixedpeek()- Description
Returns the next element from the queue without removing it from the queue. Returns
0if the queue is empty.
mixed peek()
Returns the next element from the queue without removing it from
the queue. Returns 0 if the queue is empty.