Loading src/functions.php +17 −4 Original line number Diff line number Diff line Loading @@ -125,6 +125,19 @@ if (!function_exists('fail')) { } } if (!function_exists('download')) { /** * 文件流下载文件 * @param string $filePath 文件路径 * @param string $showName 下载后展示的名称 * @return mixed */ function download($filePath = '', $showName = '') { return response()->download($filePath, urlencode($showName)); } } if (!function_exists('decimal_to_abc')) { /** * 数字转换对应26个字母 Loading Loading
src/functions.php +17 −4 Original line number Diff line number Diff line Loading @@ -125,6 +125,19 @@ if (!function_exists('fail')) { } } if (!function_exists('download')) { /** * 文件流下载文件 * @param string $filePath 文件路径 * @param string $showName 下载后展示的名称 * @return mixed */ function download($filePath = '', $showName = '') { return response()->download($filePath, urlencode($showName)); } } if (!function_exists('decimal_to_abc')) { /** * 数字转换对应26个字母 Loading