SplDoublyLinkedList::valid
  • References/PHP/Function/SPL/SPL/SplDoublyLinkedList

(PHP 5 >= 5.3.0, PHP 7) Check whether the doubly linked list contains more nodes

2025-01-10 15:47:30
SplDoublyLinkedList::offsetGet
  • References/PHP/Function/SPL/SPL/SplDoublyLinkedList

(PHP 5 >= 5.3.0, PHP 7) Returns the value at the specified $index

2025-01-10 15:47:30
SplDoublyLinkedList::unshift
  • References/PHP/Function/SPL/SPL/SplDoublyLinkedList

(PHP 5 >= 5.3.0, PHP 7) Prepends the doubly linked list with an element

2025-01-10 15:47:30
SplDoublyLinkedList::push
  • References/PHP/Function/SPL/SPL/SplDoublyLinkedList

(PHP 5 >= 5.3.0, PHP 7) Pushes an element at the end of the doubly linked list

2025-01-10 15:47:30
SplDoublyLinkedList::shift
  • References/PHP/Function/SPL/SPL/SplDoublyLinkedList

(PHP 5 >= 5.3.0, PHP 7) Shifts a node from the beginning of the doubly linked list

2025-01-10 15:47:30
SplDoublyLinkedList::serialize
  • References/PHP/Function/SPL/SPL/SplDoublyLinkedList

(PHP 5 >= 5.4.0, PHP 7) Serializes the storage

2025-01-10 15:47:30
SplDoublyLinkedList::prev
  • References/PHP/Function/SPL/SPL/SplDoublyLinkedList

(PHP 5 >= 5.3.0, PHP 7) Move to previous entry

2025-01-10 15:47:30
SplDoublyLinkedList::next
  • References/PHP/Function/SPL/SPL/SplDoublyLinkedList

(PHP 5 >= 5.3.0, PHP 7) Move to next entry

2025-01-10 15:47:30
SplDoublyLinkedList::offsetUnset
  • References/PHP/Function/SPL/SPL/SplDoublyLinkedList

(PHP 5 >= 5.3.0, PHP 7) Unsets the value at the specified $index

2025-01-10 15:47:30
SplDoublyLinkedList::count
  • References/PHP/Function/SPL/SPL/SplDoublyLinkedList

(PHP 5 >= 5.3.0, PHP 7) Counts the number of elements in the doubly linked list.

2025-01-10 15:47:30