hzanchu / helper
php helpers class
1.4.1
2024-06-21 08:25 UTC
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2024-11-07 07:24:18 UTC
README
composer require lvzmen/helper
1. iArrayHelper
数组帮助函数,有如下内容:
- sum
- map
- sort
- toArray
- getValue
- setValue
- removeByKey
- removeByValue
- index
- getColumn
- map2
- keyExists
- multisort
- isAssociative
- isIndexed
- isIn
- isSubset
- filterByKey
- filterByValue
- setKeys
- setAllValuesToString
- trim
2. iFormatHelper
格式化助手,有如下内容:
- float
- remotePercent
- unSensible
- unCamelize
- camelize
- route
- routeCommon