(no version information, might be only in CVS)
This function returns the current array key
Esempio 1. ArrayIterator::key() example
<?php$array = array('key' => 'value');$arrayobject = new ArrayObject($array);$iterator = $arrayobject->getIterator();echo $iterator->key(); //key?>
Hosting by: hurra.comGenerated: 2007-01-26 17:56:23