Skip to content

sabbirahmed395/FileHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

FileHandler

How to use FileCopy Library

spl_autoload_register(function ($class_name) {
    include $class_name . '.php';
});
use FileHandler\src\FileCopy as FC;

$Obj = new FC; $Obj->setLocalDir('box'); $arr = []; // full path with file name goes here as array $Obj->setSourceFile($arr);

$Obj->save(); print_r($x->getResult());

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages