コード例 #1
0
ファイル: HashQueue.php プロジェクト: colonB/Copycat
 /**
  * Return the key of the current element
  * @link http://php.net/manual/en/iterator.key.php
  * @return string|integer|boolean scalar on success, or null on failure.
  */
 public function key()
 {
     return $this->queue->key();
 }