/** * 取得目前的成員。 * @return mixed */ function current() { $key = $this->key(); return $this->collection->get_item($key); }