导航
系统开发首页
使用手册
插件手册
米拓商城
模板制作
应用开发
系统开发
http://doc.metinfo.cn/dev/
1
系统开发首页
第二章 基础
2.6.系统函数
2.6.1.common.func.php
更新时间:2020-02-19 10:24:28
作者:米拓建站
| 方法 | 说明 | | ------------ | ------------ | | [dump()](http://doc.metinfo.cn/dev/classfun/classfun131.html "dump()") | 输出指定字符串或数组 | | getip() | 获取客户端IP。 | | [copykey()](http://doc.metinfo.cn/dev/classfun/classfun132.html "copykey()") | 提取一个数组中部分键值返回 | | [daddslashes() ](http://doc.metinfo.cn/dev/classfun/classfun133.html "daddslashes() ")| 对字符串或数组进行反斜杠处理,如果服务器开启MAGIC_QUOTES_GPC。则不处理 | | [sqlinsert() ](http://doc.metinfo.cn/dev/classfun/classfun134.html "sqlinsert() ")| 对字符串进行SQL注入过滤 | | [okinfo() ](http://doc.metinfo.cn/dev/classfun/classfun135.html "okinfo() ")| 使用JS方式页面跳转 | | [random()](http://doc.metinfo.cn/dev/classfun/classfun136.html "random()") | 产生随机字符串 | | [met_setcookie()](http://doc.metinfo.cn/dev/classfun/classfun137.html "met_setcookie()") | cookie设置 | | [server_info()](http://doc.metinfo.cn/dev/classfun/classfun138.html "server_info()") | 获取服务器信息。 | | [get_userip()](http://doc.metinfo.cn/dev/classfun/classfun139.html "get_userip()") | 获取当前用户IP。 | | [getbrowser()](http://doc.metinfo.cn/dev/classfun/classfun140.html "getbrowser()") | 获取浏览器版本。 | | [url_standard()](http://doc.metinfo.cn/dev/classfun/classfun141.html "url_standard()") | 使url标准化。 | | [httphead_info()](http://doc.metinfo.cn/dev/classfun/classfun142.html "httphead_info()") | 获取http头信息。 | | [get_word()](http://doc.metinfo.cn/dev/classfun/classfun143.html "get_word()") | 获取语言参数。 | | thumb() | 缩略图方法 | | met_substr() | 返回固定长度字符(共模版调用) | | is_mobile() | 判断访问终端 | | met_useragent() | 客户端类型判断 | | srcToLazyload() | 图片便签添加懒加载属性 (共模版调用) | | strReplace() | 多维数组或字符串值字符替换 | | get_sql() | 数组拼装SQL字符串 | | getAdminDir() | 获取后台目录名称 | | halt() | 500错误跳转 | | abort() | 404条状 |
上一篇
: 2.5.9.jmail.class.php 邮件发送类
下一篇
: 2.5.10.sms.class.php 短信发送类