コード例 #1
0
ファイル: index.php プロジェクト: skaligotla/kplaylist
 function createsid()
 {
     $f2 = new file2($this->sid);
     $fpath = $f2->fullpath;
     if ($this->id3v2 && getid3support()) {
         if ($this->createid3v2()) {
             $fpath = $this->getfname();
         } else {
             return false;
         }
     }
     return $this->rewrite($fpath);
 }
コード例 #2
0
ファイル: index.php プロジェクト: Git-Host/AMPPS
 function find()
 {
     if (!$this->finddirimage()) {
         if (getid3support()) {
             if (!$this->findid3v2image()) {
             } else {
                 return true;
             }
         }
     } else {
         return true;
     }
     return false;
 }