文件名称:When:PHP日期递归库
文件大小:37KB
文件格式:ZIP
更新时间:2024-05-20 16:30:08
PHP
什么时候 适用于PHP 7.1+的日期/日历递归库 作者:汤姆·普莱恩(Tom Planer) 安装 composer require tplaner/When 当前功能 当前,此版本可以执行版本1的所有功能,并且还支持byhour , byminute和bysecond 。 请检查以获取有关如何使用它的信息。 这是一些基本的例子。 // friday the 13th for the next 5 occurrences $ r = new When (); $ r -> startDate ( new DateTime ( "19980213T090000" )) -> freq ( "monthly" ) -> count ( 5 ) -> byday ( "fr" ) -> bymonthday ( 13 ) -> generateOccurrences
【文件预览】:
When-master
----.gitignore(65B)
----README.md(2KB)
----tests()
--------WhenDailyRruleTest.php(18KB)
--------WhenMinutelyRruleTest.php(2KB)
--------WhenMinutelyTest.php(2KB)
--------WhenValidTest.php(9KB)
--------WhenWeeklyRruleTest.php(12KB)
--------WhenNextPrevTest.php(4KB)
--------WhenOccurrencesBetweenTest.php(16KB)
--------WhenMonthlyRruleTest.php(20KB)
--------WhenMonthlyTest.php(22KB)
--------WhenCoreTest.php(18KB)
--------WhenYearlyRruleTest.php(21KB)
--------WhenDailyTest.php(18KB)
--------WhenLeapYearTest.php(3KB)
--------WhenHourlyRruleTest.php(949B)
--------WhenWeeklyTest.php(12KB)
--------WhenHourlyTest.php(980B)
--------WhenYearlyTest.php(21KB)
----phpunit.xml(517B)
----LICENSE(1KB)
----composer.json(597B)
----src()
--------When.php(36KB)
--------Valid.php(5KB)
----.travis.yml(196B)