|
AppendIterator::keyGets the current key Description
public scalar AppendIterator::key
( void
)
Get the current key. ParametersThis function has no parameters. Return Values
The current key if it is valid or Examples
Example #1 AppendIterator::key basic example
<?php The above example will output: a aardwolf b bear c capybara 0 apple 1 orange 2 lemon a aardwolf b bear c capybara 0 apple 1 orange 2 lemon See Also
|