检查变量是否注册。
语法: boolean session_is_registered(string name);
返回值: 布尔值
函数种类: 资料处理
本函数可检查目前的 Session 之中是否已有指定的变量注册。参数 name 即为欲检查的变量名。成功则返回 true 值。