🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# System.PHPSerializer 类 ## 注释 ~~~ PHP 序列化 ~~~ ## 语法 ~~~ public static class PHPSerializer ~~~ ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [Encoding](https://www.kancloud.cn/gxser1986/cqrobot/3015676) | 序列化字符的编码 | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [Serialize](https://www.kancloud.cn/gxser1986/cqrobot/3015678) | 序列化 | | | [UnSerialize](https://www.kancloud.cn/gxser1986/cqrobot/3015679) | 反序列化 |