Download the PHP package bbear/tools without Composer
On this page you can find all versions of the php package bbear/tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tools
Tools 功能组件含如下静态方法:
- 判断为空 isEmpty
- 分转换元 beforePrice 说明:返回值 乘 100
- 元转换分 lastPrice 说明:值 除 100 保留两位小数(末位会因精度导致四舍五入)
- 保留小数两位 (末位会因精度导致四舍五入) float2
- 分页 page
- 多结果分页 multiPage
- 按计时方式显示时间 secondToWords
- 验证是索引数组 is_indexArray
- 对称加密方法 sEncode
-
对称解密方法 sDecode
isEmpty 接受一个值 同 empty不同的是 这个方法不会验证 0 page 分页 如下:
multiPage 等于page的升级版至此多结果集分页:
secondToWords( second ) 接收一个 int 参数 返回:按计时方式显示时间 如:3分45秒
is_indexArray 验证数组是索引数组
Installation
使用composer 安装
Usage
All versions of tools with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package bbear/tools contains the following files
Loading the files please wait ....