导航
系统开发首页
使用手册
插件手册
米拓商城
模板制作
应用开发
系统开发
http://doc.metinfo.cn/dev/
1
系统开发首页
第二章 基础
2.6.系统函数
2.6.5.str.func.php 字符处理串函数
更新时间:2020-02-19 11:01:26
作者:米拓建站
| 方法 | 说明 | | ------------ | ------------ | | [is_url()](http://doc.metinfo.cn/dev/classfun/classfun158.html "is_url()") | 检测URL是否合法。 | | [is_email()](http://doc.metinfo.cn/dev/classfun/classfun159.html "is_email()") | 检测email是否合法。 | | [is_number()](http://doc.metinfo.cn/dev/classfun/classfun160.html "is_number()") | 检测是否是数字或数字字符串。 | | [is_filename()](http://doc.metinfo.cn/dev/classfun/classfun161.html "is_filename()") | 检测是否是合法文件名。 | | [is_phone()](http://doc.metinfo.cn/dev/classfun/classfun162.html "is_phone()") | 检测是否是合法手机号。 | | [is_strempty()](http://doc.metinfo.cn/dev/classfun/classfun163.html "is_strempty()") | 函数作用是检测字符串是否为空。 | | [str_length()](http://doc.metinfo.cn/dev/classfun/classfun164.html "str_length()") | 获取字符串长度(包括中文)。 | | [is_strinclude()](http://doc.metinfo.cn/dev/classfun/classfun165.html "is_strinclude()") | 字符串查找。 | | [strcut()](http://doc.metinfo.cn/dev/classfun/classfun166.html "strcut()") | 字符串截取(已考虑中英文混排)。 | | [change_code()](http://doc.metinfo.cn/dev/classfun/classfun167.html "change_code()") | 字符串编码转换。 | | timeFormat() | 时间戳转换。 | | utf8Substr() | UTF-8字符串分割 | | unicode_encode() | UTF-8汉字转unicode | | contnets_replace() | 富文内容添加字符分页表示 |
上一篇
: 2.2.13.upfile.class.php 上传文件类
下一篇
: 2.5.14.watermark.class.php 水印类