elFinder\elFinderVolumeDriver::_save PHP Метод

_save() абстрактный защищенный Метод

Return new file path or false on error.
Автор: 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)
Результат boolean | string
    protected abstract function _save($fp, $dir, $name, $stat);