## 系统函数 (所有)
| 函数名称 | 函数作用 | 值说明 |变化 |
| --- | --- | --- | --- |
| getConfig | 获取系统设置(bs_config)表的内容 | 无 | 无 |
| noHttpDomain($domain=null) | 去掉域名的http/https标识 包括":" | $domain->传入的域名 | http://bs.cc -> bs.cc |
| noDomainUrl($url=null) | 没有域名的网址 | $url -> 传入的网址 | http://bs.cc/2/1 -> 2/1 |
| getEnterData() | 统计当前用户是蜘蛛还是真实用户并添加到数据库 | 无 | 无 |
|domainSelectTplPath() | 根据域名来判断使用的模板文件夹|无|无|
|is_login($type='admin',$refresh=false,$hasLoginRefresh=false)|判断是否登录 type的值目前暂定:index , admin ,template,agent $refresh -> 没有登录是否跳转 $hasLoginRefresh->已登录是否跳转|无|无|
|safeArray($arr) | 安全的数组 使用htmlspecialchars()过滤数组的值,当数组中的某一个值的长度为0 则删除|无|无|
|noSafeArray($arr)|反过滤安全的数组 使用htmlspecialchars_decode()反过滤安全的数组|无|无|