mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
Merge branch 'master' of https://github.com/top-think/think
This commit is contained in:
@@ -222,7 +222,7 @@ class Response
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* URL重定向
|
* URL重定向
|
||||||
* @access protected
|
* @access public
|
||||||
* @param string $url 跳转的URL表达式
|
* @param string $url 跳转的URL表达式
|
||||||
* @param array|int $params 其它URL参数或http code
|
* @param array|int $params 其它URL参数或http code
|
||||||
* @return void
|
* @return void
|
||||||
@@ -240,7 +240,7 @@ class Response
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 设置响应头
|
* 设置响应头
|
||||||
* @access protected
|
* @access public
|
||||||
* @param string $name 参数名
|
* @param string $name 参数名
|
||||||
* @param string $value 参数值
|
* @param string $value 参数值
|
||||||
* @return void
|
* @return void
|
||||||
|
|||||||
Reference in New Issue
Block a user