method
public
File::saveFile()
Сигнатура
public saveFile(array<string|int, mixed> &$file, Storable $storage, array<string|int, mixed> $copies) : Result
Описание
Сохраняет файл на диск.
Параметры
$file
array<string|int, mixed>
Array("name" => "", "code" => ..., "type" => ..., "uploadStatus" => "inprogress",...).
$storage
Storable
.
$copies
array<string|int, mixed>
Array("small" => array("width" => 100, "height" => 100)).
Возвращаемое значение
Result
Исходный файл: source/main/lib/ui/uploader/file.php:148

