Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • None
  • PHP

Classes

  • ArrayIterator
  • CachingIterator
  • Closure
  • DateTime
  • FilterIterator
  • IteratorIterator
  • PDO
  • PDOStatement
  • RecursiveArrayIterator
  • ReflectionClass
  • ReflectionExtension
  • ReflectionFunction
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • ReflectionParameter
  • ReflectionProperty
  • SplObjectStorage
  • stdClass

Interfaces

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

Exceptions

  • ErrorException
  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfRangeException
  • RuntimeException
  • Overview
  • Package
  • Class
  • Tree

Class ArrayIterator

ArrayIterator implements Iterator, Traversable, ArrayAccess, SeekableIterator, Serializable, Countable

Direct known subclasses

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

Implementation of

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

Implementation of

Serializable::unserialize
public
# serialize( )

Implementation of

Serializable::serialize
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
# valid( )

Implementation of

Iterator::valid
public
# seek( $position )

Implementation of

SeekableIterator::seek
Constants summary
integer STD_PROP_LIST 1
#
integer ARRAY_AS_PROPS 2
#
Nette Framework 2.0.4 (for PHP 5.2, prefixed) API API documentation generated by ApiGen 2.7.0