注释修正

This commit is contained in:
thinkphp
2016-09-18 12:22:09 +08:00
parent 93ea07819c
commit 91cfa8ba4c

View File

@@ -273,7 +273,7 @@ if (!function_exists('url')) {
* Url生成
* @param string $url 路由地址
* @param string|array $vars 变量
* @param bool|string $suffix
* @param bool|string $suffix 生成的URL后
* @param bool|string $domain 域名
* @return string
*/