Example #1
0
/**
 * 判断Session是否含有一次性显示内容
 * @param string $k Session参数
 * @return boolean
 */
function hold($k)
{
    return Session::hold($k);
}