hzanchu/helper

PHP 辅助类

维护者

详细信息

gitee.com/lv_frame/helpers.git

安装: 1

依赖者: 0

建议者: 0

安全性: 0

类型:php-extension

1.4.1 2024-06-21 08:25 UTC

This package is not auto-updated.

Last update: 2024-09-26 06:49:52 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