コード例 #1
0
ファイル: Archive.php プロジェクト: kosmosby/medicine-prof
 /**
  * Remove duplicates from the archive specified in the URL
  */
 function removeDuplicates($URL)
 {
     $source = null;
     return File_Archive::removeDuplicatesFromSource($source, $URL);
 }