openlib/functions

v1.0.2 2020-04-06 01:21 UTC

This package is not auto-updated.

Last update: 2024-04-29 20:38:49 UTC


README

介绍

常用函数封装

使用示例

require 'vendor/autoload.php';  

list($startAt, $endAt) = time_area('today');  
echo sprintf("Start Time: %s End Time: %s", $startAt, $endAt);