Exemplo n.º 1
0
 /**
  * @see File_Archive_Reader::rewind()
  */
 function rewind($length = -1)
 {
     if ($this->source === null) {
         return 0;
     } else {
         return parent::rewind($length);
     }
 }