lvzmen/helper

php helpers class

Maintainers

Details

gitee.com/lv_frame/helpers.git

Installs: 164

Dependents: 2

Suggesters: 0

Security: 0

Type:php-extension

1.3.1 2023-04-20 11:47 UTC

This package is not auto-updated.

Last update: 2024-05-02 16:56:27 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