(PHP 5 >= 5.0.0, PHP 7)
Return the key of the current element
abstract public scalar Iterator::key ( void )
Returns the key of the current element.
Returns:
Returns scalar on success, or NULL
on failure.
Exception:
Issues E_NOTICE
on failure.
Please login to continue.