The PHP Standard Library (SPL) is a collection of standard data structures. The SPL data structure has grouped the content according to their implementation. Doubly linked list content:
SplDoublyLinkedList SplStack SplQueue SplHeap SplMaxHeap - SplMinHeap
- SplPriorityQueue
- SplFixedArray
- SplObjectStorage
SplDoublyLinkedList Functions
- PHP | SplDoublyLinkedList
- PHP | SplDoublyLinkedList::add()
- PHP | SplDoublyLinkedList::bottom()
- PHP | SplDoublyLinkedList::count() function
- PHP | SplDoublyLinkedList::current()
- PHP | SplDoublyLinkedList::isEmpty() function
- PHP | SplDoublyLinkedList::key() function
- PHP | SplDoublyLinkedList::next()
- PHP | SplDoublyLinkedList::offsetExists() function
- PHP | SplDoublyLinkedList::offsetGet()
- PHP | SplDoublyLinkedList::offsetSet() function
- PHP | SplDoublyLinkedList::offsetUnset() function
- PHP | SplDoublyLinkedList::pop()
- PHP | SplDoublyLinkedList::prev()
- PHP | SplDoublyLinkedList::push() function
- PHP | SplDoublyLinkedList::rewind() function
- PHP | SplDoublyLinkedList::shift() function
- PHP | SplDoublyLinkedList::top() function
- PHP | SplDoublyLinkedList::unshift() Function
SplFixedArray Functions
- PHP | SplFixedArray::count() function
- PHP | SplFixedArray::current() Function
- PHP | SplFixedArray::getSize() function
- PHP | SplFixedArray::key() function
- PHP | SplFixedArray::next() function
- PHP | SplFixedArray::offsetExists() function
- PHP | SplFixedArray::offsetGet() function
- PHP | SplFixedArray::offsetUnset() function
- PHP | SplFixedArray::offsetUnset() function
- PHP | SplFixedArray::setSize() function
- PHP | SplFixedArray::toArray() function
- PHP | SplFixedArray::valid() 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()
- 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
SplQueue Functions
- PHP | SplQueue::__ construct() Function
- PHP | SplQueue::dequeue() Function
- PHP | SplQueue::enqueue()
function