Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • AppendIterator
  • ArrayIterator
  • Closure
  • DateTime
  • DateTimeZone
  • DirectoryIterator
  • DOMDocument
  • DOMNode
  • FilesystemIterator
  • FilterIterator
  • IteratorIterator
  • RecursiveDirectoryIterator
  • RecursiveIteratorIterator
  • SimpleXMLElement
  • SplDoublyLinkedList
  • SplFileInfo
  • SplObjectStorage
  • SplQueue

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • RecursiveIterator
  • SeekableIterator
  • Serializable
  • Traversable

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • Exception
  • InvalidArgumentException
  • LogicException
  • RuntimeException
  • UnexpectedValueException
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class SplDoublyLinkedList

SplDoublyLinkedList implements Iterator, Traversable, Countable, ArrayAccess, Serializable

Direct known subclasses

SplQueue
PHP Extension: SPL
Documented at php.net
Methods summary
public
# pop( )
public
# shift( )
public
# push( mixed $value )
public
# unshift( mixed $value )
public
# top( )
public
# bottom( )
public
# isEmpty( )
public
# setIteratorMode( mixed $flags )
public
# getIteratorMode( )
public
# count( )

Implementation of

Countable::count()
public
# offsetExists( mixed $index )

Implementation of

ArrayAccess::offsetExists()
public
# offsetGet( mixed $index )

Implementation of

ArrayAccess::offsetGet()
public
# offsetSet( mixed $index, mixed $newval )

Implementation of

ArrayAccess::offsetSet()
public
# offsetUnset( mixed $index )

Implementation of

ArrayAccess::offsetUnset()
public
# rewind( )

Implementation of

Iterator::rewind()
public
# current( )

Implementation of

Iterator::current()
public
# key( )

Implementation of

Iterator::key()
public
# next( )

Implementation of

Iterator::next()
public
# prev( )
public
# valid( )

Implementation of

Iterator::valid()
public
# unserialize( mixed $serialized )

Implementation of

Serializable::unserialize()
public
# serialize( )

Implementation of

Serializable::serialize()
Constants summary
integer IT_MODE_LIFO 2
#
integer IT_MODE_FIFO 0
#
integer IT_MODE_DELETE 1
#
integer IT_MODE_KEEP 0
#
php-coveralls API documentation generated by ApiGen 2.8.0