internal SPL
Class ArrayIterator
- ArrayIterator implements Iterator, Traversable, ArrayAccess, SeekableIterator, Serializable, Countable
Direct Known Subclasses
RecursiveArrayIterator
Documented at php.net
public
|
#
__construct(
$array
)
|
public
|
#
offsetExists(
$index
)
Implementation of |
public
|
#
offsetGet(
$index
)
Implementation of |
public
|
#
offsetSet(
$index,
$newval
)
Implementation of |
public
|
#
offsetUnset(
$index
)
Implementation of |
public
|
#
append(
$value
)
|
public
|
#
getArrayCopy(
)
|
public
|
#
count(
)
Implementation of |
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 |
public
|
#
serialize(
)
Implementation of |
public
|
#
rewind(
)
Implementation of |
public
|
#
current(
)
Implementation of |
public
|
#
key(
)
Implementation of |
public
|
#
next(
)
Implementation of |
public
|
#
valid(
)
Implementation of |
public
|
#
seek(
$position
)
Implementation of |