JOOMLA中国
  • Joomla中国首页
  • 社区
  • 教程
  • 应用市场
  • B计划
Joomla! Framework TM
  • Namespace
  • Class
  • Tree
  • Deprecated

Namespaces

  • Composer
    • Autoload
  • Joomla
    • Application
      • Cli
        • Output
          • Processor
      • Web
    • Data
    • DI
      • Exception
    • Event
    • Filter
    • Input
    • Ldap
    • Registry
      • Format
    • Session
      • Storage
    • String
    • Uri
    • Utilities
  • None
  • PasswordCompat
    • binary
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Yaml
        • Exception
    • Polyfill
      • Util

Classes

  • ArrayIterator
  • Closure
  • DateTime
  • DateTimeZone
  • FilterIterator
  • IteratorIterator
  • mysqli
  • PDO
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • SimpleXMLElement
  • SplObjectStorage
  • SplPriorityQueue
  • stdClass
  • XMLReader

Interfaces

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

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • DomainException
  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfBoundsException
  • RuntimeException
  • UnexpectedValueException

Class ArrayIterator

ArrayIterator implements Iterator, Traversable, ArrayAccess, SeekableIterator, Serializable, Countable
PHP Extension: SPL
Documented at php.net

Methods summary

public
# __construct( mixed $array, mixed $ar_flags, mixed $iterator_class )
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
# 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( mixed $position )

Implementation of

SeekableIterator::seek()

Magic methods summary

Constants summary

integer STD_PROP_LIST 1
#
integer ARRAY_AS_PROPS 2
#
Joomla! Framework TM API documentation generated by ApiGen 2.8.0
Joomla!® and Joomla! Framework™ are trademarks of Open Source Matters, Inc. in the United States and other countries.