コード例 #1
0
ファイル: Directory.php プロジェクト: Dulciane/jaws
 /**
  * @see File_Archive_Reader::tell()
  */
 function tell()
 {
     if ($this->source === null) {
         return 0;
     } else {
         return parent::tell();
     }
 }