cnphp/helper

一些辅助函数。

0.1 2022-10-11 08:21 UTC

This package is auto-updated.

Last update: 2024-09-13 10:19:05 UTC


README

描述

  • PHP的一些函数。

使用

composer require cnphp/helper:dev-master


require __DIR__ . '/vendor/autoload.php';
my_function("hello world!");