예제 #1
0
파일: Query.php 프로젝트: RustiSub/CnetSync
 /**
  * Return the key of the current element
  *
  * @return mixed scalar on success, or null on failure.
  */
 public function key()
 {
     $this->result->key();
 }