alexkratky/panx-utils

自定义函数。

v1.0.0 2020-05-14 08:52 UTC

This package is auto-updated.

Last update: 2024-09-14 18:26:26 UTC


README

包含自定义函数和工具类的类。

安装

composer require alexkratky/panx-utils

用法

require 'vendor/autoload.php';

use AlexKratky\PanxFunctions;

json(json_encode(array(
    "name" => "Alex"
)));