ManaPHP\Http\Request\FileInterface::moveTo PHP Метод

moveTo() публичный Метод

Move the temporary file to a destination
public moveTo ( string $dst, string | false $allowedExtensions = 'jpg,jpeg,png,gif,doc,xls,pdf,zip' )
$dst string
$allowedExtensions string | false
    public function moveTo($dst, $allowedExtensions = 'jpg,jpeg,png,gif,doc,xls,pdf,zip');