欢迎来到 54818模板网!这是一个yzmcms的模板分享站。

/**(V3.8 新增)
 *  提示信息页面跳转
 *
 * @param     string  $msg      消息提示信息
 * @param     string  $gourl    跳转地址,stop为停止
 * @param     int     $limittime  限制时间
 * @return    void
 */
function showmsg($msg, $gourl = '', $limittime = 3){
	application::showmsg($msg, $gourl, $limittime);
	if(APP_DEBUG){
		debug::stop();
		debug::message();
	}
	exit;
}

    上一篇:delcache

    下一篇:write_log

    作者:54818模板网 关注:623 时间:2021-08-11 23:49:08
    相关网站教程