|
AppendIterator::getIteratorIndexGets an index of iterators Description
public int AppendIterator::getIteratorIndex
( void
)
Gets the index of the current inner iterator. ParametersThis function has no parameters. Return ValuesReturns an integer, which is the zero-based index of the current inner iterator. Examples
Example #1 AppendIterator.getIteratorIndex basic example
<?php The above example will output: 0 a aardwolf 0 b bear 0 c capybara 1 0 apple 1 1 orange 1 2 lemon See Also
|