Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • PHP
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • ArrayIterator
  • DateTime
  • DirectoryIterator
  • DOMDocument
  • DOMElement
  • DOMNode
  • DOMNodeList
  • RecursiveIteratorIterator
  • SimpleXMLElement
  • SplFileInfo
  • stdClass

Interfaces

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

Exceptions

  • Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class ArrayIterator

ArrayIterator implements Iterator, Traversable, ArrayAccess, SeekableIterator, Serializable, Countable
PHP Extension: SPL
Documented at php.net
Methods summary
public
# __construct( mixed $input, mixed $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()
Constants summary
integer STD_PROP_LIST 1
#
integer ARRAY_AS_PROPS 2
#
CMS CONTENIDO 4.10.0 API documentation generated by ApiGen 2.8.0