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