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);