Example #1
0
 /**
  * Return the key of the current element
  * @link http://php.net/manual/en/iterator.key.php
  * @return mixed scalar on success, or null on failure.
  * @since 5.0.0
  */
 public function key()
 {
     return $this->cursor->key();
 }