コード例 #1
0
 /**
  * @link http://php.net/manual/en/iterator.rewind.php
  * @return void
  */
 function rewind()
 {
     parent::rewind();
     $this->used = 0;
 }
コード例 #2
0
ファイル: KeyIterator.php プロジェクト: RadekDvorak/Ardent
 /**
  * @link http://php.net/manual/en/iterator.rewind.php
  * @return void
  */
 function rewind()
 {
     parent::rewind();
     $this->i = 0;
 }