Overview

Namespaces

  • None
  • PHP
  • Pry
    • Auth
      • Interfaces
    • Config
    • Controller
    • Date
    • Db
    • Feed
      • Abstracts
      • Writers
    • File
      • Decorator
    • Form
      • Element
    • Image
    • Log
      • Writer
    • Net
      • Exception
    • Session
    • Util
    • Validate
      • Validator
    • View

Classes

  • ArrayObject
  • FilterIterator
  • IteratorIterator
  • SplFileInfo

Interfaces

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

Exceptions

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

Class ArrayObject

ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable

Direct known subclasses

Pry\Util\Registry
PHP Extension: SPL
Documented at php.net
Methods summary
public
# __construct( mixed $array )
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
# append( mixed $value )
public
# getArrayCopy( )
public
# count( )

Implementation of

Countable::count()
public
# getFlags( )
public
# setFlags( mixed $flags )
public
# asort( )
public
# ksort( )
public
# uasort( mixed $cmp_function )
public
# uksort( mixed $cmp_function )
public
# natsort( )
public
# natcasesort( )
public
# unserialize( mixed $serialized )

Implementation of

Serializable::unserialize()
public
# serialize( )

Implementation of

Serializable::serialize()
public
# getIterator( )

Implementation of

IteratorAggregate::getIterator()
public
# exchangeArray( mixed $array )
public
# setIteratorClass( mixed $iteratorClass )
public
# getIteratorClass( )
Constants summary
integer STD_PROP_LIST 1
#
integer ARRAY_AS_PROPS 2
#
Pry API documentation generated by ApiGen 2.8.0