imemento/support

v8.1.0 2021-07-25 08:51 UTC

README

Build Status Latest Stable Version License Total Downloads

支持常见的内部操作助手(例如,身份编码/解码)。

安装

composer require imemento/support

使用

use iMemento\Support\Identity;

编码

Identity::encode([1, 2]);
identity_encode([1, 2]);

解码

Identity::decode(['1.2']);
identity_decode(['1.2']);