Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • ArrayIterator
  • Closure
  • DOMDocument
  • DOMElement
  • DOMNode
  • FilterIterator
  • IteratorIterator
  • PDO
  • ReflectionClass
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • SimpleXMLElement
  • SplObjectStorage

Interfaces

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

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • DomainException
  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfBoundsException
  • OverflowException
  • PDOException
  • RuntimeException
  • UnderflowException
  • UnexpectedValueException
  • Overview
  • Namespace
  • Class
  • Tree

Class SplObjectStorage

SplObjectStorage implements Countable, Iterator, Traversable, Serializable, ArrayAccess
PHP Extension: SPL
Documented at php.net
Methods summary
public
# attach( mixed $object, mixed $inf )
public
# detach( mixed $object )
public
# contains( mixed $object )
public
# addAll( mixed $object )
public
# removeAll( mixed $object )
public
# removeAllExcept( mixed $object )
public
# getInfo( )
public
# setInfo( mixed $info )
public
# getHash( mixed $object )
public
# count( )

Implementation of

Countable::count()
public
# rewind( )

Implementation of

Iterator::rewind()
public
# valid( )

Implementation of

Iterator::valid()
public
# key( )

Implementation of

Iterator::key()
public
# current( )

Implementation of

Iterator::current()
public
# next( )

Implementation of

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

Implementation of

Serializable::unserialize()
public
# serialize( )

Implementation of

Serializable::serialize()
public
# offsetExists( mixed $object )

Implementation of

ArrayAccess::offsetExists()
public
# offsetSet( mixed $object, mixed $inf )

Implementation of

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

Implementation of

ArrayAccess::offsetUnset()
public
# offsetGet( mixed $object )

Implementation of

ArrayAccess::offsetGet()
Ratchet API documentation generated by ApiGen 2.8.0