Search notes:

System.Collections.Generic.Queue<T>

System.Collections.Generic.Queue<T> is a FIFO collection of objects (i.e. an array where the objects are inserted (Enqueue()) at the opposite end from which they're removed (Dequeue())).
Queue is implemented as a circular array.
Peek() returns the object that also Dequeue() would return, but without removing it.

See also

System.Collections.Generic.Stack<T> which implements a LIFO.
System.Collections.Concurrent.ConcurrentQueue<T> is a thread-safe LIFO queue.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1759525865, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/dot-net/namespaces-classes/System/Collections/Generic/Queue-T(45): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78