PHP | Ds\Stack Functions Complete Reference
Stack is a linear data structure which follows a particular order in which the operations are performed. The order may be LIFO(Last In First Out) or FILO(First In Last Out). The Ds\Stack uses Ds\Vector internally.
Requirements: PHP 7 is required for both extension and the compatibility polyfill.
Installation: The easiest way to install data structure by using the PECL extension.
pecl install ds
The complete list of data structure DS\Stack are given below:
Recommended Posts:
- PHP | Ds\Map Functions Complete Reference
- PHP | Ds\Set Functions Complete Reference
- CSS | Functions Complete Reference
- PHP | GMP Functions Complete Reference
- PHP | Math Functions Complete Reference
- PHP | Calendar Functions Complete Reference
- PHP | String Functions Complete Reference
- PHP | Ds\Deque Functions Complete Reference
- PHP | Gmagick Functions Complete Reference
- PHP | Filesystem Functions Complete Reference
- PHP | array Functions Complete Reference
- PHP | IntlChar Functions Complete Reference
- PHP | Ds\Queue Functions Complete Reference
- PHP | Ds\PriorityQueue Functions Complete Reference
- PHP | ImagickDraw Functions Complete Reference
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below.


