Example #1
0
 /**
  * 迭代方法:迭代状态是否有效
  *
  * @return boolean
  */
 function valid()
 {
     return $this->_elements->valid();
 }