http_redirect说明void http_redirect ( [string url [, array params [, bool session = FALSE [, int status]]]] )Redirect to the given url.
The supplied To be RFC compliant, "Redirecting to <a>URL</a>." will be displayed, if the client doesn't redirect immediately, and the request method was another one than HEAD. A log entry will be written to the redirect log, if the INI 设定 http.log.redirect is set and the redirect attempt was successful. 参数
返回值Returns FALSE or exits on success with the specified redirection status code. See the INI 设定 http.force_exit for what "exits" means. 范例
| ||