Overview

Namespaces

  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • 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
    • Tests
      • Batch
      • Cache
      • Common
        • Cache
        • Exception
      • Http
        • Curl
        • Exception
        • Message
          • Header
      • Inflection
      • Iterator
      • Log
      • Message
      • Mock
      • Parser
        • Cookie
        • Message
      • Parsers
        • UriTemplate
      • Plugin
        • Async
        • Backoff
        • Cache
        • Cookie
          • CookieJar
        • CurlAuth
        • ErrorResponse
        • History
        • Log
        • Md5
        • Mock
        • Oauth
        • Redirect
      • Service
        • Builder
        • Command
          • LocationVisitor
            • Request
            • Response
        • Description
        • Exception
        • Mock
          • Command
            • Sub
          • Model
        • Resource
      • Stream
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • VivaPayments
      • Message
  • PHP

Classes

  • AppendIterator
  • ArrayIterator
  • Closure
  • DateTime
  • DateTimeZone
  • FilterIterator
  • IteratorIterator
  • SimpleXMLElement
  • SplDoublyLinkedList
  • SplObjectStorage
  • SplQueue
  • XMLWriter

Interfaces

  • ArrayAccess
  • Countable
  • DateTimeInterface
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • SeekableIterator
  • Serializable
  • Throwable
  • Traversable

Exceptions

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

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( $value )
public
# unshift( $value )
public
# top( )
public
# bottom( )
public
# isEmpty( )
public
# setIteratorMode( $flags )
public
# getIteratorMode( )
public
# count( )

Implementation of

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

Implementation of

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

Implementation of

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

Implementation of

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

Implementation of

ArrayAccess::offsetUnset()
public
# add( $index, $newval )
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( $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
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen