time helpers:PHP时间实用程序用于转换时间值和创建时间段 源码
时间帮手 PHP时间实用程序,用于转换时间值和创建时间段 安装 您可以通过composer安装该软件包: composer require sfneal/time-helpers 用法 碳酸盐 Carbonate可用于检索从今天的日期时间转换而来的Carbon对象。 这对于获取表示过去或将来的日期时间的Carbon对象很有用。 use Sfneal \ Helpers \ Time \ Carbonate ; // Retrieve a Carbon\Carbon object representing '3' days ago $ threeDaysAgo = Carbonate :: daysAgo ( 3 ); $ threeDaysAgo = Carbonate :: days (- 3 ); // Retrieve a Carbon\Carbon object repres
文件列表
time-helpers-master.zip
(预估有个12文件)
time-helpers-master
src
Carbonate.php
3KB
Period.php
1KB
TimeConverter.php
4KB
TimePeriods.php
4KB
Traits
Duration.php
2KB
LICENSE.md
1KB
.styleci.yml
66B
暂无评论