openlib/functions

常用函数集

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/openlib/functions

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

This package is not auto-updated.

Last update: 2025-09-30 03:48:38 UTC


README

介绍

常用函数封装

使用示例

require 'vendor/autoload.php';  

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