dragonjr / support-php
This is support class for php
v1.0.5
2023-07-07 07:59 UTC
Requires
- php: >=7.0.0
README
php的辅助类
SupArr 数组的辅助类 ---- removeArrEmpty 删除数组的空白元素 ---- removeArrDuplicate 数组去掉重复值 ---- arrSort 数组根据字段进行排序 ---- arrToTree 数组转为树形结构 ---- treeToArr 树形结构转为数组 ---- arrToObj 数组转换对象格式 SubOjb 对象数组的辅助类 ---- objToArr 对象转换数组格式 SupStr 字符串的辅助类 SupTime 时间的辅助类 SupCurl 请求的辅助类 ---- curlPost post请求 ---- curlGet get请求 SupRegular 正则的辅助类 SupRandom 随机生成辅助类 ---- alnum 生成数字和字母 ---- alpha 仅生成字符 ---- numeric 生成指定长度的随机数字 ---- nozero 生成指定长度的无0随机数字 SupValidate 验证的辅助类 SupEncrypt 加密解密的辅助类 test