php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
enqueue (mixed $value) | |
dequeue () | |
![]() | |
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) | |
Additional Inherited Members | |
![]() | |
const int | IT_MODE_LIFO = UNKNOWN |
const int | IT_MODE_FIFO = UNKNOWN |
const int | IT_MODE_DELETE = UNKNOWN |
const int | IT_MODE_KEEP = UNKNOWN |
Definition at line 107 of file spl_dllist.stub.php.
SplQueue::dequeue | ( | ) |
@tentative-return-type @implementation-alias SplDoublyLinkedList\shift
Definition at line 119 of file spl_dllist.stub.php.
SplQueue::enqueue | ( | mixed | $value | ) |
@tentative-return-type @implementation-alias SplDoublyLinkedList\push
Definition at line 113 of file spl_dllist.stub.php.