famex / helpers

各种小型辅助类

0.1.2 2016-09-19 13:20 UTC

This package is auto-updated.

Last update: 2024-09-15 15:30:55 UTC


README

各种小型辅助类

安装

只需将 "famex/helpers": "0.1.*", 添加到您的 composer.json 文件中。

DateHelper 当前提供了一个静态函数

getDateDiff($time1, $time2, $precision = 2),它接受两个 UNIX 时间戳并返回格式为 x 天 的字符串。

LatLongDistHelper 当前提供了一个静态函数

calculate($lat1, $lon1, $lat2, $lon2, $unit = "K"),它返回两个经纬度对之间的距离(以千米(K)或英里(M)为单位)。