PHP | SPL Data structures Complete Reference
Standard PHP Library (SPL) the collection of standard data structures. The SPL data structure grouped the contents according to their implementation. The contents of the doubly linked list are:
- SplMinHeap
- SplPriorityQueue
- SplFixedArray
- SplObjectStorage
SplDoublyLinkedList Functions
- PHP | SplDoublyLinkedList
- PHP | SplDoublyLinkedList::add() Function
- PHP | SplDoublyLinkedList::bottom() Function
- PHP | SplDoublyLinkedList::count() function
- PHP | SplDoublyLinkedList::current() Function
- PHP | SplDoublyLinkedList::isEmpty() Function
- PHP | SplDoublyLinkedList::key() Function
- PHP | SplDoublyLinkedList::next() Function
- PHP | SplDoublyLinkedList::offsetExists() Function
- PHP | SplDoublyLinkedList::offsetGet() Function
- PHP | SplDoublyLinkedList::offsetSet() Function
- PHP | SplDoublyLinkedList::offsetUnset() Function
- PHP | SplDoublyLinkedList::pop() Function
- PHP | SplDoublyLinkedList::prev() Function
- PHP | SplDoublyLinkedList::push() Function
- PHP | SplDoublyLinkedList::rewind() Function
- PHP | SplDoublyLinkedList::shift() Function
- PHP | SplDoublyLinkedList::top() Function
- PHP | SplDoublyLinkedList::unshift() Function
SplObjectStorage Functions
- PHP | SplObjectStorage::addAll() Function
- PHP | SplObjectStorage::attach() Function
- PHP | SplObjectStorage::contains() Function
- PHP | SplObjectStorage::count() Function
- PHP | SplObjectStorage::current() Function
- PHP | SplObjectStorage::detach() Function
- PHP | SplObjectStorage::getinfo() Function
- PHP | SplObjectStorage::key() Function
- PHP | SplObjectStorage::next() Function
- PHP | SplObjectStorage::offsetExists() Function
- PHP | SplObjectStorage::offsetGet() Function
- PHP | SplObjectStorage::offsetSet() Function
- PHP | SplObjectStorage::offsetUnset() Function
- PHP | SplObjectStorage::removeAll() Function
- PHP | SplObjectStorage::removeAllExcept() Function
- PHP | SplObjectStorage::rewind() Function
- PHP | SplObjectStorage::serialize() Function
- PHP | SplObjectStorage::setInfo() Function
- PHP | SplObjectStorage::unserialize() Function
- PHP | SplObjectStorage::valid() Function
Recommended Posts:
- CSS | Functions Complete Reference
- PHP | GMP Functions Complete Reference
- HTML | DOM Complete Reference
- PHP | Ds\Set Functions Complete Reference
- CSS | Properties Complete Reference
- CSS | Selectors Complete Reference
- PHP | Ds\Map Functions Complete Reference
- PHP | DS\Vector Functions Complete Reference
- PHP | Ds\PriorityQueue Functions Complete Reference
- PHP | Ds\Stack Functions Complete Reference
- PHP | Ds\Queue Functions Complete Reference
- PHP | DS\Sequence Functions Complete Reference
- PHP | String Functions Complete Reference
- PHP | Filesystem Functions Complete Reference
- PHP | Math 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.



