Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Stack

A stack may have several meanings:

  • Callstack: the structure that keeps track of nested calls during execution
  • Data stack: a data structure, where the last added data are removed first
  • LAMP stack: a collection of software that works well together. Here, Linux, Apache, MySQL, PHP.

Documentation