php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Additional Inherited Members | |
![]() | |
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) | |
![]() | |
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 122 of file spl_dllist.stub.php.