Exemple #1
0
 static function copy($from, $to, $force = false)
 {
     Helper::mkdir_for_file($to);
     copy($from, $to);
 }