Dmyers\Storage\Adapter\Base::upload PHP 메소드

upload() 추상적인 공개 메소드

Upload a file into storage.
abstract public upload ( string $path, string $target ) : boolean
$path string The path to the local file to upload.
$target string The path to the file to store.
리턴 boolean
    public abstract function upload($path, $target);