alecrabbit/php-helpers

PHP 辅助函数

0.8.2 2020-05-17 18:32 UTC

README

一组有用的辅助函数

PHP Version Build Status Appveyor Status Scrutinizer Code Quality Code Coverage Total Downloads

Latest Stable Version Latest Stable Version Latest Unstable Version

License

安装

composer require alecrabbit/php-helpers

使用

查看 示例

快速示例
use function \AlecRabbit\typeOf;

echo typeOf(1); // "integer"

函数

其他函数

  • typeOf()
  • swap()
  • inContainer()
  • inRange()
  • onWindows()

数组函数

  • is_homogeneous()
  • formatted_array()
  • array_unset_first()
  • array_unset_last()

数值函数

  • is_negative()
  • bounds()
  • trim_zeros()

对象函数

  • callMethod()
  • getValue()

时间函数

  • now()
  • carbon()
  • base_timestamp()

字符串函数

  • tag()
  • brackets()
  • str_wrap()
  • format_bytes()
  • format_time()
  • format_time_auto()
  • boolToStr()