elFinder\elFinderVolumeDriver::_save PHP Method

_save() abstract protected method

Return new file path or false on error.
Author: Dmitry (dio) Levashov
abstract protected _save ( resource $fp, string $dir, string $name, array $stat ) : boolean | string
$fp resource file pointer
$dir string target dir path
$name string file name
$stat array file stat (required by some virtual fs)
return boolean | string
    protected abstract function _save($fp, $dir, $name, $stat);