Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator
ArrayIterator
Name | Description |
---|---|
publicMethod | A summary informing the user what the associated element does. |
Name | Description |
---|---|
__construct | Construct an ArrayIterator |
append | Append an element |
asort | Sort array by values |
count | Count elements |
current | Return current array entry |
getArrayCopy | Get array copy |
getFlags | Get flags |
key | Return current array key |
ksort | Sort array by keys |
natcasesort | Sort an array naturally, case insensitive |
natsort | Sort an array naturally |
next | Move to next entry |
offsetExists | Check if offset exists |
offsetGet | Get value for an offset |
offsetSet | Set value for an offset |
offsetUnset | Unset value for an offset |
rewind | Rewind array back to the start |
seek | Seek to position |
serialize | Serialize |
setFlags | Set behaviour flags |
uasort | Sort with a user-defined comparison function and maintain index association |
uksort | Sort by keys using a user-defined comparison function |
unserialize | Unserialize |
valid | Check whether array contains more entries |
Description
public publicMethod (void)
A summary informing the user what the associated element does.
A description, that can span multiple lines, to go in-depth into the details of this element
and to provide some background information or textual references.
Parameters
This function has no parameters.
Return Values
void