Class SplDoublyLinkedList
- SplDoublyLinkedList implements Iterator, Traversable, Countable, ArrayAccess, Serializable
Direct known subclasses
Methods summary
-
publicpop ( ) -
publicshift ( ) -
publicpush ( mixed $value ) -
publicunshift ( mixed $value ) -
publictop ( ) -
publicbottom ( ) -
publicisEmpty ( ) -
publicsetIteratorMode ( mixed $flags ) -
publicgetIteratorMode ( ) -
publiccount ( ) -
publicoffsetExists ( mixed $index ) -
publicoffsetGet ( mixed $index ) -
publicoffsetSet ( mixed $index, mixed $newval ) -
publicoffsetUnset ( mixed $index ) -
publicadd ( mixed $index, mixed $newval ) -
publicrewind ( ) -
publiccurrent ( ) -
publickey ( ) -
publicnext ( ) -
publicprev ( ) -
publicvalid ( ) -
publicunserialize ( mixed $serialized ) -
publicserialize ( )
Methods detail
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Magic methods summary
Constants summary
integer |
IT_MODE_LIFO
|
2 |
|
integer |
IT_MODE_FIFO
|
0 |
|
integer |
IT_MODE_DELETE
|
1 |
|
integer |
IT_MODE_KEEP
|
0 |