Class ArrayIterator
- ArrayIterator implements Iterator, Traversable, ArrayAccess, SeekableIterator, Serializable, Countable
Methods summary
-
public__construct ( mixed $array ) -
publicoffsetExists ( mixed $index ) -
publicoffsetGet ( mixed $index ) -
publicoffsetSet ( mixed $index, mixed $newval ) -
publicoffsetUnset ( mixed $index ) -
publicappend ( mixed $value ) -
publicgetArrayCopy ( ) -
publiccount ( ) -
publicgetFlags ( ) -
publicsetFlags ( mixed $flags ) -
publicasort ( ) -
publicksort ( ) -
publicuasort ( mixed $cmp_function ) -
publicuksort ( mixed $cmp_function ) -
publicnatsort ( ) -
publicnatcasesort ( ) -
publicunserialize ( mixed $serialized ) -
publicserialize ( ) -
publicrewind ( ) -
publiccurrent ( ) -
publickey ( ) -
publicnext ( ) -
publicvalid ( ) -
publicseek ( mixed $position )
Methods detail
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Implementation of
Magic methods summary
Constants summary
integer |
STD_PROP_LIST
|
1 |
|
integer |
ARRAY_AS_PROPS
|
2 |