chps/app

code

This package's canonical repository appears to be gone and the package has been frozen as a result.

v1.6 2020-01-03 18:56 UTC

This package is not auto-updated.

Last update: 2025-04-07 10:13:10 UTC


README

安装

composer require chps/test

基本用法

//输出日期
use chps\test\Date;
$data = new Date();
$data->output();