php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
add (int $index, mixed $value) | |
pop () | |
shift () | |
push (mixed $value) | |
unshift (mixed $value) | |
top () | |
bottom () | |
__debugInfo () | |
count () | |
isEmpty () | |
setIteratorMode (int $mode) | |
getIteratorMode () | |
offsetExists ($index) | |
offsetGet ($index) | |
offsetSet ($index, mixed $value) | |
offsetUnset ($index) | |
rewind () | |
current () | |
key () | |
prev () | |
next () | |
valid () | |
unserialize (string $data) | |
serialize () | |
__serialize () | |
__unserialize (array $data) | |
![]() | |
offsetExists (mixed $offset) | |
offsetGet (mixed $offset) | |
offsetSet (mixed $offset, mixed $value) | |
offsetUnset (mixed $offset) | |
Data Fields | |
const int | IT_MODE_LIFO = UNKNOWN |
const int | IT_MODE_FIFO = UNKNOWN |
const int | IT_MODE_DELETE = UNKNOWN |
const int | IT_MODE_KEEP = UNKNOWN |
@generate-class-entries
Definition at line 5 of file spl_dllist.stub.php.
SplDoublyLinkedList::__debugInfo | ( | ) |
@tentative-return-type
Definition at line 38 of file spl_dllist.stub.php.
SplDoublyLinkedList::__serialize | ( | ) |
@tentative-return-type
Definition at line 101 of file spl_dllist.stub.php.
SplDoublyLinkedList::__unserialize | ( | array | $data | ) |
@tentative-return-type
Definition at line 104 of file spl_dllist.stub.php.
SplDoublyLinkedList::add | ( | int | $index, |
mixed | $value ) |
@tentative-return-type
Definition at line 17 of file spl_dllist.stub.php.
SplDoublyLinkedList::bottom | ( | ) |
@tentative-return-type
Definition at line 35 of file spl_dllist.stub.php.
SplDoublyLinkedList::count | ( | ) |
SplDoublyLinkedList::current | ( | ) |
SplDoublyLinkedList::getIteratorMode | ( | ) |
@tentative-return-type
Definition at line 50 of file spl_dllist.stub.php.
SplDoublyLinkedList::isEmpty | ( | ) |
@tentative-return-type
Definition at line 44 of file spl_dllist.stub.php.
SplDoublyLinkedList::key | ( | ) |
SplDoublyLinkedList::next | ( | ) |
SplDoublyLinkedList::offsetExists | ( | $index | ) |
int | $index | @tentative-return-type |
Definition at line 56 of file spl_dllist.stub.php.
SplDoublyLinkedList::offsetGet | ( | $index | ) |
int | $index | @tentative-return-type |
Definition at line 62 of file spl_dllist.stub.php.
SplDoublyLinkedList::offsetSet | ( | $index, | |
mixed | $value ) |
int | null | $index | @tentative-return-type |
Definition at line 68 of file spl_dllist.stub.php.
SplDoublyLinkedList::offsetUnset | ( | $index | ) |
int | $index | @tentative-return-type |
Definition at line 74 of file spl_dllist.stub.php.
SplDoublyLinkedList::pop | ( | ) |
@tentative-return-type
Definition at line 20 of file spl_dllist.stub.php.
SplDoublyLinkedList::prev | ( | ) |
@tentative-return-type
Definition at line 86 of file spl_dllist.stub.php.
SplDoublyLinkedList::push | ( | mixed | $value | ) |
@tentative-return-type
Definition at line 26 of file spl_dllist.stub.php.
SplDoublyLinkedList::rewind | ( | ) |
SplDoublyLinkedList::serialize | ( | ) |
SplDoublyLinkedList::setIteratorMode | ( | int | $mode | ) |
@tentative-return-type
Definition at line 47 of file spl_dllist.stub.php.
SplDoublyLinkedList::shift | ( | ) |
@tentative-return-type
Definition at line 23 of file spl_dllist.stub.php.
SplDoublyLinkedList::top | ( | ) |
@tentative-return-type
Definition at line 32 of file spl_dllist.stub.php.
SplDoublyLinkedList::unserialize | ( | string | $data | ) |
SplDoublyLinkedList::unshift | ( | mixed | $value | ) |
@tentative-return-type
Definition at line 29 of file spl_dllist.stub.php.
SplDoublyLinkedList::valid | ( | ) |
const int SplDoublyLinkedList::IT_MODE_DELETE = UNKNOWN |
@cvalue SPL_DLLIST_IT_DELETE
Definition at line 12 of file spl_dllist.stub.php.
const int SplDoublyLinkedList::IT_MODE_FIFO = UNKNOWN |
@cvalue SPL_DLLIST_IT_FIFO
Definition at line 10 of file spl_dllist.stub.php.
const int SplDoublyLinkedList::IT_MODE_KEEP = UNKNOWN |
@cvalue SPL_DLLIST_IT_KEEP
Definition at line 14 of file spl_dllist.stub.php.
const int SplDoublyLinkedList::IT_MODE_LIFO = UNKNOWN |
@cvalue SPL_DLLIST_IT_LIFO
Definition at line 8 of file spl_dllist.stub.php.