itplusx/php-utilities

PHP实用工具集合。

dev-master 2016-03-09 05:52 UTC

This package is auto-updated.

Last update: 2024-08-29 03:58:07 UTC


README

PHP实用工具类集合。

安装

使用composer安装此包。

composer require itplusx/php-utilities

用法

只需实例化可用的实用工具类或使用提供的静态方法。

示例

use ITplusX\Utility;    
...
...
JSON::decode($json);