コード例 #1
0
ファイル: Iterator.php プロジェクト: Kinetical/Kinesis
 function rewind()
 {
     $this->Data = null;
     return parent::rewind();
 }