Example #1
0
 /**
  * Return the key of the current element
  *
  * @return mixed scalar on success, or null on failure.
  */
 public function key()
 {
     $this->result->key();
 }